#BBAEB5

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

Shades of Lily #BBAEB5

Tints of Lily #BBAEB5

Color information

#BBAEB5 (or 0xBBAEB5) is unknown color: approx Lily. HEX triplet: BB, AE and B5. RGB value is (187,174,181). Sum of RGB (Red+Green+Blue) = 187+174+181=542 (71% of max value = 765). Red value is 187 (73.44% from 255 or 34.50% from 542); Green value is 174 (68.36% from 255 or 32.10% from 542); Blue value is 181 (71.09% from 255 or 33.39% from 542); Max value from RGB is 187 - color contains mainly: red. Hex color #BBAEB5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BBAEB5 is #44514A. Grayscale: #B2B2B2. Windows color (decimal): -4477259 or 11906747. OLE color: 11906747.

HSL color Cylindrical-coordinate representation of color #BBAEB5: hue angle of 327.69º degrees, saturation: 0.09, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #BBAEB5 is Cyan = 0, Magento = 0.07, Yellow = 0.03 and Black (K on CMYK) = 0.27.

Color convert

RGB187174181-
CMYK00.070.030.27
HSL327.69º8.72%70.78%-
HSV(B)327.69º6.95%73.33%-
XYZ43.9744.1749.92-
YUV178.68129.31133.93-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 34.50%
GREEN value IS 174 (68.36% from 255) = 32.10%
BLUE value IS 181 (71.09% from 255) = 33.39%
R=34.50%
G=32.10%
B=33.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.03
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18717418100.070.030.27327.698.7270.78
HexBBAEB50731B148947
Octal2732562650733351011107
Binary1011101110101110101101010111111101110100100010011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBAEB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBAEB5; }

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

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

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

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

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

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

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

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