Html Css Color HEX #B9A8AE Lily

📋 copy color: '#B9A8AE'

red 185 ◦ green 168 ◦ blue 174

#B9A8AE
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Lily #B9A8AE

Tints of Lily #B9A8AE

RGB

 RED value IS 185 (72.66% from 255) = 35.1%

 GREEN value IS 168 (66.02% from 255) = 31.88%

 BLUE value IS 174 (68.36% from 255) = 33.02%

R = 35.1%
G = 31.88%
B = 33.02%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.06

 K value IS 0.27

RGB Variations

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

Color information

#B9A8AE (or 0xB9A8AE) is known color: Lily. HEX triplet: B9, A8 and AE. RGB value is (185,168,174). Sum of RGB (Red+Green+Blue) = 185+168+174=527 (69% of max value = 765). Red value is 185 (72.66% from 255 or 35.10% from 527); Green value is 168 (66.02% from 255 or 31.88% from 527); Blue value is 174 (68.36% from 255 or 33.02% from 527); Max value from RGB is 185 - color contains mainly: red. Hex color #B9A8AE is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B9A8AE is #465751. Grayscale: #ADADAD. Windows color (decimal): -4609874 or 11446457. OLE color: 11446457.

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

Color convert

RGB 185 168 174 -
CMYK 0 0.09 0.06 0.27
HSL 338.82º 0.11% 0.69% -
HSV(B) 338.82º 0.09% 0.73% -
XYZ 41.65 41.38 45.84 -
YUV 173.77 128.13 136.01 -
System Red Green Blue C M Y K H S L
Decimal 185 168 174 0 0.09 0.06 0.27 338.82 0.11 0.69
Hex B9 A8 AE 0 9 6 1B 153 B 45
Octal 271 250 256 0 11 6 33 523 13 105
Binary 10111001 10101000 10101110 0 1001 110 11011 101010011 1011 1000101

Color Harmonies of #B9A8AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9A8AE

Black with #B9A8AE

Text Example


Text Example

White with #B9A8AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9A8AE; }

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

 H1.HeaderClassName
 {
   color: #B9A8AE;
 }
 .AnyTagClassName
 {
   color: #B9A8AE;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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