#BB9ECC

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

Shades of Wisteria #BB9ECC

Tints of Wisteria #BB9ECC

Color information

#BB9ECC (or 0xBB9ECC) is unknown color: approx Wisteria. HEX triplet: BB, 9E and CC. RGB value is (187,158,204). Sum of RGB (Red+Green+Blue) = 187+158+204=549 (72% of max value = 765). Red value is 187 (73.44% from 255 or 34.06% from 549); Green value is 158 (62.11% from 255 or 28.78% from 549); Blue value is 204 (80.08% from 255 or 37.16% from 549); Max value from RGB is 204 - color contains mainly: blue. Hex color #BB9ECC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BB9ECC is #446133. Grayscale: #ABABAB. Windows color (decimal): -4481332 or 13409979. OLE color: 13409979.

HSL color Cylindrical-coordinate representation of color #BB9ECC: hue angle of 277.83º 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 #BB9ECC is Cyan = 0.08, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB187158204-
CMYK0.080.2300.2
HSL277.83º31.08%70.98%-
HSV(B)277.83º22.55%80%-
XYZ43.6239.3862.43-
YUV171.92146.11138.76-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 34.06%
GREEN value IS 158 (62.11% from 255) = 28.78%
BLUE value IS 204 (80.08% from 255) = 37.16%
R=34.06%
G=28.78%
B=37.16%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1871582040.080.2300.2277.8331.0870.98
HexBB9ECC8170141161f47
Octal273236314102702442637107
Binary101110111001111011001100100010111010100100010110111111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB9ECC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB9ECC; }

 p { color: rgb(187,158,204); }

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

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

 a { background-color: rgb(187,158,204); }

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

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

 span { border-color: rgb(187,158,204); }

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