#BBAAB5

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

Shades of Lily #BBAAB5

Tints of Lily #BBAAB5

Color information

#BBAAB5 (or 0xBBAAB5) is unknown color: approx Lily. HEX triplet: BB, AA and B5. RGB value is (187,170,181). Sum of RGB (Red+Green+Blue) = 187+170+181=538 (71% of max value = 765). Red value is 187 (73.44% from 255 or 34.76% from 538); Green value is 170 (66.80% from 255 or 31.60% from 538); Blue value is 181 (71.09% from 255 or 33.64% from 538); Max value from RGB is 187 - color contains mainly: red. Hex color #BBAAB5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BBAAB5 is #44554A. Grayscale: #B0B0B0. Windows color (decimal): -4478283 or 11905723. OLE color: 11905723.

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

Color convert

RGB187170181-
CMYK00.090.030.27
HSL321.18º11.11%70%-
HSV(B)321.18º9.09%73.33%-
XYZ43.2142.6549.67-
YUV176.34130.63135.61-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 34.76%
GREEN value IS 170 (66.80% from 255) = 31.60%
BLUE value IS 181 (71.09% from 255) = 33.64%
R=34.76%
G=31.60%
B=33.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.03
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18717018100.090.030.27321.1811.1170
HexBBAAB50931B141b46
Octal27325226501133350113106
Binary10111011101010101011010101001111101110100000110111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBAAB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBAAB5; }

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

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

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

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

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

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

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

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