#BB9FB3

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

Shades of Lily #BB9FB3

Tints of Lily #BB9FB3

Color information

#BB9FB3 (or 0xBB9FB3) is unknown color: approx Lily. HEX triplet: BB, 9F and B3. RGB value is (187,159,179). Sum of RGB (Red+Green+Blue) = 187+159+179=525 (69% of max value = 765). Red value is 187 (73.44% from 255 or 35.62% from 525); Green value is 159 (62.5% from 255 or 30.29% from 525); Blue value is 179 (70.31% from 255 or 34.10% from 525); Max value from RGB is 187 - color contains mainly: red. Hex color #BB9FB3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BB9FB3 is #44604C. Grayscale: #A9A9A9. Windows color (decimal): -4481101 or 11771835. OLE color: 11771835.

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

Color convert

RGB187159179-
CMYK00.150.040.27
HSL317.14º17.07%67.84%-
HSV(B)317.14º14.97%73.33%-
XYZ41.0338.6247.94-
YUV169.65133.28140.37-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 35.62%
GREEN value IS 159 (62.5% from 255) = 30.29%
BLUE value IS 179 (70.31% from 255) = 34.10%
R=35.62%
G=30.29%
B=34.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.04
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18715917900.150.040.27317.1417.0767.84
HexBB9FB30F41B13d1144
Octal27323726301743347521104
Binary1011101110011111101100110111110011011100111101100011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB9FB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB9FB3; }

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

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

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

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

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

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

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

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