#B8A6AE

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

Shades of Lily #B8A6AE

Tints of Lily #B8A6AE

Color information

#B8A6AE (or 0xB8A6AE) is unknown color: approx Lily. HEX triplet: B8, A6 and AE. RGB value is (184,166,174). Sum of RGB (Red+Green+Blue) = 184+166+174=524 (69% of max value = 765). Red value is 184 (72.27% from 255 or 35.11% from 524); Green value is 166 (65.23% from 255 or 31.68% from 524); Blue value is 174 (68.36% from 255 or 33.21% from 524); Max value from RGB is 184 - color contains mainly: red. Hex color #B8A6AE is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B8A6AE is #475951. Grayscale: #ACACAC. Windows color (decimal): -4675922 or 11445944. OLE color: 11445944.

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

Color convert

RGB184166174-
CMYK00.100.050.28
HSL333.33º11.25%68.63%-
HSV(B)333.33º9.78%72.16%-
XYZ41.0440.5245.7-
YUV172.29128.96136.35-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 35.11%
GREEN value IS 166 (65.23% from 255) = 31.68%
BLUE value IS 174 (68.36% from 255) = 33.21%
R=35.11%
G=31.68%
B=33.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.05
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18416617400.100.050.28333.3311.2568.63
HexB8A6AE0A51C14db45
Octal27024625601253451513105
Binary101110001010011010101110010101011110010100110110111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8A6AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8A6AE; }

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

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

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

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

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

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

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

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