#B8A9AE

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

Shades of Lily #B8A9AE

Tints of Lily #B8A9AE

Color information

#B8A9AE (or 0xB8A9AE) is unknown color: approx Lily. HEX triplet: B8, A9 and AE. RGB value is (184,169,174). Sum of RGB (Red+Green+Blue) = 184+169+174=527 (69% of max value = 765). Red value is 184 (72.27% from 255 or 34.91% from 527); Green value is 169 (66.41% from 255 or 32.07% from 527); Blue value is 174 (68.36% from 255 or 33.02% from 527); Max value from RGB is 184 - color contains mainly: red. Hex color #B8A9AE is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B8A9AE is #475651. Grayscale: #AEAEAE. Windows color (decimal): -4675154 or 11446712. OLE color: 11446712.

HSL color Cylindrical-coordinate representation of color #B8A9AE: hue angle of 340º degrees, saturation: 0.1, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #B8A9AE is Cyan = 0, Magento = 0.08, Yellow = 0.05 and Black (K on CMYK) = 0.28.

Color convert

RGB184169174-
CMYK00.080.050.28
HSL340º9.55%69.22%-
HSV(B)340º8.15%72.16%-
XYZ41.641.6245.89-
YUV174.06127.97135.09-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 34.91%
GREEN value IS 169 (66.41% from 255) = 32.07%
BLUE value IS 174 (68.36% from 255) = 33.02%
R=34.91%
G=32.07%
B=33.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.05
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18416917400.080.050.283409.5569.22
HexB8A9AE0851C154a45
Octal27025125601053452412105
Binary101110001010100110101110010001011110010101010010101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8A9AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8A9AE; }

 p { color: rgb(184,169,174); }

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

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

 a { background-color: rgb(184,169,174); }

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

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

 span { border-color: rgb(184,169,174); }

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