#BBAAAF

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

Shades of Lily #BBAAAF

Tints of Lily #BBAAAF

Color information

#BBAAAF (or 0xBBAAAF) is unknown color: approx Lily. HEX triplet: BB, AA and AF. RGB value is (187,170,175). Sum of RGB (Red+Green+Blue) = 187+170+175=532 (70% of max value = 765). Red value is 187 (73.44% from 255 or 35.15% from 532); Green value is 170 (66.80% from 255 or 31.95% from 532); Blue value is 175 (68.75% from 255 or 32.89% from 532); Max value from RGB is 187 - color contains mainly: red. Hex color #BBAAAF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BBAAAF is #445550. Grayscale: #AFAFAF. Windows color (decimal): -4478289 or 11512507. OLE color: 11512507.

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

Color convert

RGB187170175-
CMYK00.090.060.27
HSL342.35º11.11%70%-
HSV(B)342.35º9.09%73.33%-
XYZ42.6142.4146.5-
YUV175.65127.63136.09-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 35.15%
GREEN value IS 170 (66.80% from 255) = 31.95%
BLUE value IS 175 (68.75% from 255) = 32.89%
R=35.15%
G=31.95%
B=32.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.06
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18717017500.090.060.27342.3511.1170
HexBBAAAF0961B156b46
Octal27325225701163352613106
Binary101110111010101010101111010011101101110101011010111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBAAAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBAAAF; }

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

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

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

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

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

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

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

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