#BB9FB5

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

Shades of Lily #BB9FB5

Tints of Lily #BB9FB5

Color information

#BB9FB5 (or 0xBB9FB5) is unknown color: approx Lily. HEX triplet: BB, 9F and B5. RGB value is (187,159,181). Sum of RGB (Red+Green+Blue) = 187+159+181=527 (69% of max value = 765). Red value is 187 (73.44% from 255 or 35.48% from 527); Green value is 159 (62.5% from 255 or 30.17% from 527); Blue value is 181 (71.09% from 255 or 34.35% from 527); Max value from RGB is 187 - color contains mainly: red. Hex color #BB9FB5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BB9FB5 is #44604A. Grayscale: #A9A9A9. Windows color (decimal): -4481099 or 11902907. OLE color: 11902907.

HSL color Cylindrical-coordinate representation of color #BB9FB5: hue angle of 312.86º 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 #BB9FB5 is Cyan = 0, Magento = 0.15, Yellow = 0.03 and Black (K on CMYK) = 0.27.

Color convert

RGB187159181-
CMYK00.150.030.27
HSL312.86º17.07%67.84%-
HSV(B)312.86º14.97%73.33%-
XYZ41.2338.749.01-
YUV169.88134.28140.21-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 35.48%
GREEN value IS 159 (62.5% from 255) = 30.17%
BLUE value IS 181 (71.09% from 255) = 34.35%
R=35.48%
G=30.17%
B=34.35%

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
Decimal18715918100.150.030.27312.8617.0767.84
HexBB9FB50F31B1391144
Octal27323726501733347121104
Binary101110111001111110110101011111111011100111001100011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB9FB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB9FB5; }

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

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

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

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

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

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

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

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