#BBA1AE

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

Shades of Lily #BBA1AE

Tints of Lily #BBA1AE

Color information

#BBA1AE (or 0xBBA1AE) is unknown color: approx Lily. HEX triplet: BB, A1 and AE. RGB value is (187,161,174). Sum of RGB (Red+Green+Blue) = 187+161+174=522 (69% of max value = 765). Red value is 187 (73.44% from 255 or 35.82% from 522); Green value is 161 (63.28% from 255 or 30.84% from 522); Blue value is 174 (68.36% from 255 or 33.33% from 522); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA1AE is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BBA1AE is #445E51. Grayscale: #AAAAAA. Windows color (decimal): -4480594 or 11444667. OLE color: 11444667.

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

Color convert

RGB187161174-
CMYK00.140.070.27
HSL330º16.05%68.24%-
HSV(B)330º13.9%73.33%-
XYZ40.8839.1145.44-
YUV170.26130.11139.94-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 35.82%
GREEN value IS 161 (63.28% from 255) = 30.84%
BLUE value IS 174 (68.36% from 255) = 33.33%
R=35.82%
G=30.84%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.07
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18716117400.140.070.2733016.0568.24
HexBBA1AE0E71B14a1044
Octal27324125601673351220104
Binary1011101110100001101011100111011111011101001010100001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBA1AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBA1AE; }

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

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

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

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

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

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

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

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