#BBAAB6

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

Shades of Lily #BBAAB6

Tints of Lily #BBAAB6

Color information

#BBAAB6 (or 0xBBAAB6) is unknown color: approx Lily. HEX triplet: BB, AA and B6. RGB value is (187,170,182). Sum of RGB (Red+Green+Blue) = 187+170+182=539 (71% of max value = 765). Red value is 187 (73.44% from 255 or 34.69% from 539); Green value is 170 (66.80% from 255 or 31.54% from 539); Blue value is 182 (71.48% from 255 or 33.77% from 539); Max value from RGB is 187 - color contains mainly: red. Hex color #BBAAB6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BBAAB6 is #445549. Grayscale: #B0B0B0. Windows color (decimal): -4478282 or 11971259. OLE color: 11971259.

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

Color convert

RGB187170182-
CMYK00.090.030.27
HSL317.65º11.11%70%-
HSV(B)317.65º9.09%73.33%-
XYZ43.3142.6950.21-
YUV176.45131.13135.52-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 34.69%
GREEN value IS 170 (66.80% from 255) = 31.54%
BLUE value IS 182 (71.48% from 255) = 33.77%
R=34.69%
G=31.54%
B=33.77%

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
Decimal18717018200.090.030.27317.6511.1170
HexBBAAB60931B13eb46
Octal27325226601133347613106
Binary10111011101010101011011001001111101110011111010111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBAAB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBAAB6; }

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

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

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

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

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

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

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

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