#BB9FB0

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

Shades of Lily #BB9FB0

Tints of Lily #BB9FB0

Color information

#BB9FB0 (or 0xBB9FB0) is unknown color: approx Lily. HEX triplet: BB, 9F and B0. RGB value is (187,159,176). Sum of RGB (Red+Green+Blue) = 187+159+176=522 (69% of max value = 765). Red value is 187 (73.44% from 255 or 35.82% from 522); Green value is 159 (62.5% from 255 or 30.46% from 522); Blue value is 176 (69.14% from 255 or 33.72% from 522); Max value from RGB is 187 - color contains mainly: red. Hex color #BB9FB0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BB9FB0 is #44604F. Grayscale: #A9A9A9. Windows color (decimal): -4481104 or 11575227. OLE color: 11575227.

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

Color convert

RGB187159176-
CMYK00.150.060.27
HSL323.57º17.07%67.84%-
HSV(B)323.57º14.97%73.33%-
XYZ40.7338.546.36-
YUV169.31131.78140.62-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 35.82%
GREEN value IS 159 (62.5% from 255) = 30.46%
BLUE value IS 176 (69.14% from 255) = 33.72%
R=35.82%
G=30.46%
B=33.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.06
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18715917600.150.060.27323.5717.0767.84
HexBB9FB00F61B1441144
Octal27323726001763350421104
Binary1011101110011111101100000111111011011101000100100011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB9FB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB9FB0; }

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

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

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

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

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

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

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

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