#BBAAB1

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

Shades of Lily #BBAAB1

Tints of Lily #BBAAB1

Color information

#BBAAB1 (or 0xBBAAB1) is unknown color: approx Lily. HEX triplet: BB, AA and B1. RGB value is (187,170,177). Sum of RGB (Red+Green+Blue) = 187+170+177=534 (70% of max value = 765). Red value is 187 (73.44% from 255 or 35.02% from 534); Green value is 170 (66.80% from 255 or 31.84% from 534); Blue value is 177 (69.53% from 255 or 33.15% from 534); Max value from RGB is 187 - color contains mainly: red. Hex color #BBAAB1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BBAAB1 is #44554E. Grayscale: #AFAFAF. Windows color (decimal): -4478287 or 11643579. OLE color: 11643579.

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

Color convert

RGB187170177-
CMYK00.090.050.27
HSL335.29º11.11%70%-
HSV(B)335.29º9.09%73.33%-
XYZ42.842.4947.54-
YUV175.88128.63135.93-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 35.02%
GREEN value IS 170 (66.80% from 255) = 31.84%
BLUE value IS 177 (69.53% from 255) = 33.15%
R=35.02%
G=31.84%
B=33.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.05
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18717017700.090.050.27335.2911.1170
HexBBAAB10951B14fb46
Octal27325226101153351713106
Binary101110111010101010110001010011011101110100111110111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBAAB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBAAB1; }

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

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

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

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

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

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

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

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