#BB9FB4

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

Shades of Lily #BB9FB4

Tints of Lily #BB9FB4

Color information

#BB9FB4 (or 0xBB9FB4) is unknown color: approx Lily. HEX triplet: BB, 9F and B4. RGB value is (187,159,180). Sum of RGB (Red+Green+Blue) = 187+159+180=526 (69% of max value = 765). Red value is 187 (73.44% from 255 or 35.55% from 526); Green value is 159 (62.5% from 255 or 30.23% from 526); Blue value is 180 (70.70% from 255 or 34.22% from 526); Max value from RGB is 187 - color contains mainly: red. Hex color #BB9FB4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BB9FB4 is #44604B. Grayscale: #A9A9A9. Windows color (decimal): -4481100 or 11837371. OLE color: 11837371.

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

Color convert

RGB187159180-
CMYK00.150.040.27
HSL315º17.07%67.84%-
HSV(B)315º14.97%73.33%-
XYZ41.1338.6648.47-
YUV169.77133.78140.29-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 35.55%
GREEN value IS 159 (62.5% from 255) = 30.23%
BLUE value IS 180 (70.70% from 255) = 34.22%
R=35.55%
G=30.23%
B=34.22%

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
Decimal18715918000.150.040.2731517.0767.84
HexBB9FB40F41B13b1144
Octal27323726401743347321104
Binary1011101110011111101101000111110011011100111011100011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB9FB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB9FB4; }

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

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

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

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

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

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

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

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