#BBA8AE

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

Shades of Lily #BBA8AE

Tints of Lily #BBA8AE

Color information

#BBA8AE (or 0xBBA8AE) is unknown color: approx Lily. HEX triplet: BB, A8 and AE. RGB value is (187,168,174). Sum of RGB (Red+Green+Blue) = 187+168+174=529 (70% of max value = 765). Red value is 187 (73.44% from 255 or 35.35% from 529); Green value is 168 (66.02% from 255 or 31.76% from 529); Blue value is 174 (68.36% from 255 or 32.89% from 529); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA8AE is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BBA8AE is #445751. Grayscale: #AEAEAE. Windows color (decimal): -4478802 or 11446459. OLE color: 11446459.

HSL color Cylindrical-coordinate representation of color #BBA8AE: hue angle of 341.05º degrees, saturation: 0.12, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #BBA8AE is Cyan = 0, Magento = 0.10, Yellow = 0.07 and Black (K on CMYK) = 0.27.

Color convert

RGB187168174-
CMYK00.100.070.27
HSL341.05º12.26%69.61%-
HSV(B)341.05º10.16%73.33%-
XYZ42.1441.6345.86-
YUV174.36127.79137.01-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 35.35%
GREEN value IS 168 (66.02% from 255) = 31.76%
BLUE value IS 174 (68.36% from 255) = 32.89%
R=35.35%
G=31.76%
B=32.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.07
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18716817400.100.070.27341.0512.2669.61
HexBBA8AE0A71B155c46
Octal27325025601273352514106
Binary101110111010100010101110010101111101110101010111001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBA8AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBA8AE; }

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

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

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

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

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

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

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

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