#BB9EB3

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

Shades of Lily #BB9EB3

Tints of Lily #BB9EB3

Color information

#BB9EB3 (or 0xBB9EB3) is unknown color: approx Lily. HEX triplet: BB, 9E and B3. RGB value is (187,158,179). Sum of RGB (Red+Green+Blue) = 187+158+179=524 (69% of max value = 765). Red value is 187 (73.44% from 255 or 35.69% from 524); Green value is 158 (62.11% from 255 or 30.15% from 524); Blue value is 179 (70.31% from 255 or 34.16% from 524); Max value from RGB is 187 - color contains mainly: red. Hex color #BB9EB3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BB9EB3 is #44614C. Grayscale: #A9A9A9. Windows color (decimal): -4481357 or 11771579. OLE color: 11771579.

HSL color Cylindrical-coordinate representation of color #BB9EB3: hue angle of 316.55º degrees, saturation: 0.18, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #BB9EB3 is Cyan = 0, Magento = 0.16, Yellow = 0.04 and Black (K on CMYK) = 0.27.

Color convert

RGB187158179-
CMYK00.160.040.27
HSL316.55º17.58%67.65%-
HSV(B)316.55º15.51%73.33%-
XYZ40.8638.2747.88-
YUV169.06133.61140.79-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 35.69%
GREEN value IS 158 (62.11% from 255) = 30.15%
BLUE value IS 179 (70.31% from 255) = 34.16%
R=35.69%
G=30.15%
B=34.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.04
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18715817900.160.040.27316.5517.5867.65
HexBB9EB301041B13d1244
Octal27323626302043347522104
Binary10111011100111101011001101000010011011100111101100101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB9EB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB9EB3; }

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

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

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

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

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

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

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

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