#BBAAB4

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

Shades of Lily #BBAAB4

Tints of Lily #BBAAB4

Color information

#BBAAB4 (or 0xBBAAB4) is unknown color: approx Lily. HEX triplet: BB, AA and B4. RGB value is (187,170,180). Sum of RGB (Red+Green+Blue) = 187+170+180=537 (71% of max value = 765). Red value is 187 (73.44% from 255 or 34.82% from 537); Green value is 170 (66.80% from 255 or 31.66% from 537); Blue value is 180 (70.70% from 255 or 33.52% from 537); Max value from RGB is 187 - color contains mainly: red. Hex color #BBAAB4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BBAAB4 is #44554B. Grayscale: #B0B0B0. Windows color (decimal): -4478284 or 11840187. OLE color: 11840187.

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

Color convert

RGB187170180-
CMYK00.090.040.27
HSL324.71º11.11%70%-
HSV(B)324.71º9.09%73.33%-
XYZ43.1142.6149.13-
YUV176.22130.13135.69-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 34.82%
GREEN value IS 170 (66.80% from 255) = 31.66%
BLUE value IS 180 (70.70% from 255) = 33.52%
R=34.82%
G=31.66%
B=33.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.04
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18717018000.090.040.27324.7111.1170
HexBBAAB40941B145b46
Octal27325226401143350513106
Binary101110111010101010110100010011001101110100010110111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBAAB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBAAB4; }

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

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

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

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

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

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

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

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