#BBAEB3

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

Shades of Lily #BBAEB3

Tints of Lily #BBAEB3

Color information

#BBAEB3 (or 0xBBAEB3) is unknown color: approx Lily. HEX triplet: BB, AE and B3. RGB value is (187,174,179). Sum of RGB (Red+Green+Blue) = 187+174+179=540 (71% of max value = 765). Red value is 187 (73.44% from 255 or 34.63% from 540); Green value is 174 (68.36% from 255 or 32.22% from 540); Blue value is 179 (70.31% from 255 or 33.15% from 540); Max value from RGB is 187 - color contains mainly: red. Hex color #BBAEB3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BBAEB3 is #44514C. Grayscale: #B2B2B2. Windows color (decimal): -4477261 or 11775675. OLE color: 11775675.

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

Color convert

RGB187174179-
CMYK00.070.040.27
HSL336.92º8.72%70.78%-
HSV(B)336.92º6.95%73.33%-
XYZ43.7744.0948.85-
YUV178.46128.31134.09-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 34.63%
GREEN value IS 174 (68.36% from 255) = 32.22%
BLUE value IS 179 (70.31% from 255) = 33.15%
R=34.63%
G=32.22%
B=33.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.04
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18717417900.070.040.27336.928.7270.78
HexBBAEB30741B151947
Octal2732562630743352111107
Binary10111011101011101011001101111001101110101000110011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBAEB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBAEB3; }

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

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

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

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

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

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

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

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