#BB9DCB

Color #BB9DCB Wisteria (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Wisteria #BB9DCB

Tints of Wisteria #BB9DCB

Color information

#BB9DCB (or 0xBB9DCB) is unknown color: approx Wisteria. HEX triplet: BB, 9D and CB. RGB value is (187,157,203). Sum of RGB (Red+Green+Blue) = 187+157+203=547 (72% of max value = 765). Red value is 187 (73.44% from 255 or 34.19% from 547); Green value is 157 (61.72% from 255 or 28.70% from 547); Blue value is 203 (79.69% from 255 or 37.11% from 547); Max value from RGB is 203 - color contains mainly: blue. Hex color #BB9DCB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BB9DCB is #446234. Grayscale: #ABABAB. Windows color (decimal): -4481589 or 13344187. OLE color: 13344187.

HSL color Cylindrical-coordinate representation of color #BB9DCB: hue angle of 279.13º degrees, saturation: 0.31, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #BB9DCB is Cyan = 0.08, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB187157203-
CMYK0.080.2300.20
HSL279.13º30.67%70.59%-
HSV(B)279.13º22.66%79.61%-
XYZ43.3338.9961.74-
YUV171.21145.94139.26-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 187 (73.44% from 255) = 34.19%
GREEN value IS 157 (61.72% from 255) = 28.70%
BLUE value IS 203 (79.69% from 255) = 37.11%
R=34.19%
G=28.70%
B=37.11%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1871572030.080.2300.20279.1330.6770.59
HexBB9DCB8170141171f47
Octal273235313102702442737107
Binary101110111001110111001011100010111010100100010111111111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB9DCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB9DCB; }

 p { color: rgb(187,157,203); }

 H1.HeaderClassName
 {
   color: #BB9DCB;
 }
 .AnyTagClassName
 {
   color: #BB9DCB;
 }
</style>
background-color css

<style>
 a { background-color: #BB9DCB; }

 a { background-color: rgb(187,157,203); }

 div.DivClassName
 {
   background-color: #BB9DCB;
 }
 .BgClassName
 {
   background-color: #BB9DCB;
 }
</style>
border-color css

<style>
 span { border-color: #BB9DCB; }

 span { border-color: rgb(187,157,203); }

 td.TdClassName
 {
   border-color: #BB9DCB;
 }
 .TagClassName
 {
   border-color: #BB9DCB;
 }
</style>