#B9A7AE

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

Shades of Lily #B9A7AE

Tints of Lily #B9A7AE

Color information

#B9A7AE (or 0xB9A7AE) is unknown color: approx Lily. HEX triplet: B9, A7 and AE. RGB value is (185,167,174). Sum of RGB (Red+Green+Blue) = 185+167+174=526 (69% of max value = 765). Red value is 185 (72.66% from 255 or 35.17% from 526); Green value is 167 (65.62% from 255 or 31.75% from 526); Blue value is 174 (68.36% from 255 or 33.08% from 526); Max value from RGB is 185 - color contains mainly: red. Hex color #B9A7AE is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B9A7AE is #465851. Grayscale: #ADADAD. Windows color (decimal): -4610130 or 11446201. OLE color: 11446201.

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

Color convert

RGB185167174-
CMYK00.100.060.27
HSL336.67º11.39%69.02%-
HSV(B)336.67º9.73%72.55%-
XYZ41.4741.0145.77-
YUV173.18128.46136.43-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 35.17%
GREEN value IS 167 (65.62% from 255) = 31.75%
BLUE value IS 174 (68.36% from 255) = 33.08%
R=35.17%
G=31.75%
B=33.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.06
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18516717400.100.060.27336.6711.3969.02
HexB9A7AE0A61B151b45
Octal27124725601263352113105
Binary101110011010011110101110010101101101110101000110111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9A7AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9A7AE; }

 p { color: rgb(185,167,174); }

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

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

 a { background-color: rgb(185,167,174); }

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

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

 span { border-color: rgb(185,167,174); }

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