#BB9BAA

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

Shades of Lily #BB9BAA

Tints of Lily #BB9BAA

Color information

#BB9BAA (or 0xBB9BAA) is unknown color: approx Lily. HEX triplet: BB, 9B and AA. RGB value is (187,155,170). Sum of RGB (Red+Green+Blue) = 187+155+170=512 (67% of max value = 765). Red value is 187 (73.44% from 255 or 36.52% from 512); Green value is 155 (60.94% from 255 or 30.27% from 512); Blue value is 170 (66.80% from 255 or 33.20% from 512); Max value from RGB is 187 - color contains mainly: red. Hex color #BB9BAA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BB9BAA is #446455. Grayscale: #A6A6A6. Windows color (decimal): -4482134 or 11180987. OLE color: 11180987.

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

Color convert

RGB187155170-
CMYK00.170.090.27
HSL331.88º19.05%67.06%-
HSV(B)331.88º17.11%73.33%-
XYZ39.4736.9143.07-
YUV166.28130.1142.78-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 36.52%
GREEN value IS 155 (60.94% from 255) = 30.27%
BLUE value IS 170 (66.80% from 255) = 33.20%
R=36.52%
G=30.27%
B=33.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.09
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18715517000.170.090.27331.8819.0567.06
HexBB9BAA01191B14c1343
Octal273233252021113351423103
Binary101110111001101110101010010001100111011101001100100111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB9BAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB9BAA; }

 p { color: rgb(187,155,170); }

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

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

 a { background-color: rgb(187,155,170); }

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

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

 span { border-color: rgb(187,155,170); }

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