#BB9CCE

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

Shades of Wisteria #BB9CCE

Tints of Wisteria #BB9CCE

Color information

#BB9CCE (or 0xBB9CCE) is unknown color: approx Wisteria. HEX triplet: BB, 9C and CE. RGB value is (187,156,206). Sum of RGB (Red+Green+Blue) = 187+156+206=549 (72% of max value = 765). Red value is 187 (73.44% from 255 or 34.06% from 549); Green value is 156 (61.33% from 255 or 28.42% from 549); Blue value is 206 (80.86% from 255 or 37.52% from 549); Max value from RGB is 206 - color contains mainly: blue. Hex color #BB9CCE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BB9CCE is #446331. Grayscale: #AAAAAA. Windows color (decimal): -4481842 or 13540539. OLE color: 13540539.

HSL color Cylindrical-coordinate representation of color #BB9CCE: hue angle of 277.2º degrees, saturation: 0.34, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #BB9CCE is Cyan = 0.09, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB187156206-
CMYK0.090.2400.19
HSL277.2º33.78%70.98%-
HSV(B)277.2º24.27%80.78%-
XYZ43.5238.863.59-
YUV170.97147.77139.43-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 34.06%
GREEN value IS 156 (61.33% from 255) = 28.42%
BLUE value IS 206 (80.86% from 255) = 37.52%
R=34.06%
G=28.42%
B=37.52%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1871562060.090.2400.19277.233.7870.98
HexBB9CCE9180131152247
Octal273234316113002342542107
Binary1011101110011100110011101001110000100111000101011000101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB9CCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB9CCE; }

 p { color: rgb(187,156,206); }

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

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

 a { background-color: rgb(187,156,206); }

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

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

 span { border-color: rgb(187,156,206); }

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