#BBAAB0

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

Shades of Lily #BBAAB0

Tints of Lily #BBAAB0

Color information

#BBAAB0 (or 0xBBAAB0) is unknown color: approx Lily. HEX triplet: BB, AA and B0. RGB value is (187,170,176). Sum of RGB (Red+Green+Blue) = 187+170+176=533 (70% of max value = 765). Red value is 187 (73.44% from 255 or 35.08% from 533); Green value is 170 (66.80% from 255 or 31.89% from 533); Blue value is 176 (69.14% from 255 or 33.02% from 533); Max value from RGB is 187 - color contains mainly: red. Hex color #BBAAB0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BBAAB0 is #44554F. Grayscale: #AFAFAF. Windows color (decimal): -4478288 or 11578043. OLE color: 11578043.

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

Color convert

RGB187170176-
CMYK00.090.060.27
HSL338.82º11.11%70%-
HSV(B)338.82º9.09%73.33%-
XYZ42.742.4547.02-
YUV175.77128.13136.01-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 35.08%
GREEN value IS 170 (66.80% from 255) = 31.89%
BLUE value IS 176 (69.14% from 255) = 33.02%
R=35.08%
G=31.89%
B=33.02%

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
Decimal18717017600.090.060.27338.8211.1170
HexBBAAB00961B153b46
Octal27325226001163352313106
Binary101110111010101010110000010011101101110101001110111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBAAB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBAAB0; }

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

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

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

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

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

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

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

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