#BB9FB6

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

Shades of Lily #BB9FB6

Tints of Lily #BB9FB6

Color information

#BB9FB6 (or 0xBB9FB6) is unknown color: approx Lily. HEX triplet: BB, 9F and B6. RGB value is (187,159,182). Sum of RGB (Red+Green+Blue) = 187+159+182=528 (69% of max value = 765). Red value is 187 (73.44% from 255 or 35.42% from 528); Green value is 159 (62.5% from 255 or 30.11% from 528); Blue value is 182 (71.48% from 255 or 34.47% from 528); Max value from RGB is 187 - color contains mainly: red. Hex color #BB9FB6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BB9FB6 is #446049. Grayscale: #A9A9A9. Windows color (decimal): -4481098 or 11968443. OLE color: 11968443.

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

Color convert

RGB187159182-
CMYK00.150.030.27
HSL310.71º17.07%67.84%-
HSV(B)310.71º14.97%73.33%-
XYZ41.3438.7449.55-
YUV169.99134.78140.13-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 35.42%
GREEN value IS 159 (62.5% from 255) = 30.11%
BLUE value IS 182 (71.48% from 255) = 34.47%
R=35.42%
G=30.11%
B=34.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.03
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18715918200.150.030.27310.7117.0767.84
HexBB9FB60F31B1371144
Octal27323726601733346721104
Binary101110111001111110110110011111111011100110111100011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB9FB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB9FB6; }

 p { color: rgb(187,159,182); }

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

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

 a { background-color: rgb(187,159,182); }

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

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

 span { border-color: rgb(187,159,182); }

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