#BB9ECB

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

Shades of Wisteria #BB9ECB

Tints of Wisteria #BB9ECB

Color information

#BB9ECB (or 0xBB9ECB) is unknown color: approx Wisteria. HEX triplet: BB, 9E and CB. RGB value is (187,158,203). Sum of RGB (Red+Green+Blue) = 187+158+203=548 (72% of max value = 765). Red value is 187 (73.44% from 255 or 34.12% from 548); Green value is 158 (62.11% from 255 or 28.83% from 548); Blue value is 203 (79.69% from 255 or 37.04% from 548); Max value from RGB is 203 - color contains mainly: blue. Hex color #BB9ECB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BB9ECB is #446134. Grayscale: #ABABAB. Windows color (decimal): -4481333 or 13344443. OLE color: 13344443.

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

Color convert

RGB187158203-
CMYK0.080.2200.20
HSL278.67º30.2%70.78%-
HSV(B)278.67º22.17%79.61%-
XYZ43.539.3361.8-
YUV171.8145.61138.84-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 34.12%
GREEN value IS 158 (62.11% from 255) = 28.83%
BLUE value IS 203 (79.69% from 255) = 37.04%
R=34.12%
G=28.83%
B=37.04%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1871582030.080.2200.20278.6730.270.78
HexBB9ECB8160141171e47
Octal273236313102602442736107
Binary101110111001111011001011100010110010100100010111111101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB9ECB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB9ECB; }

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

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

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

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

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

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

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

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