Html Css Color HEX #B9A0AB Lily

📋 copy color: '#B9A0AB'

red 185 ◦ green 160 ◦ blue 171

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

Shades of Lily #B9A0AB

Tints of Lily #B9A0AB

RGB

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

 GREEN value IS 160 (62.89% from 255) = 31.01%

 BLUE value IS 171 (67.19% from 255) = 33.14%

R = 35.85%
G = 31.01%
B = 33.14%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.08

 K value IS 0.27

RGB Variations

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

Color information

#B9A0AB (or 0xB9A0AB) is known color: Lily. HEX triplet: B9, A0 and AB. RGB value is (185,160,171). Sum of RGB (Red+Green+Blue) = 185+160+171=516 (68% of max value = 765). Red value is 185 (72.66% from 255 or 35.85% from 516); Green value is 160 (62.89% from 255 or 31.01% from 516); Blue value is 171 (67.19% from 255 or 33.14% from 516); Max value from RGB is 185 - color contains mainly: red. Hex color #B9A0AB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B9A0AB is #465F54. Grayscale: #A8A8A8. Windows color (decimal): -4611925 or 11247801. OLE color: 11247801.

HSL color Cylindrical-coordinate representation of color #B9A0AB: hue angle of 333.6º degrees, saturation: 0.15, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #B9A0AB is Cyan = 0, Magento = 0.14, Yellow = 0.08 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 160 171 -
CMYK 0 0.14 0.08 0.27
HSL 333.6º 0.15% 0.68% -
HSV(B) 333.6º 0.14% 0.73% -
XYZ 39.93 38.4 43.83 -
YUV 168.73 129.28 139.61 -
System Red Green Blue C M Y K H S L
Decimal 185 160 171 0 0.14 0.08 0.27 333.6 0.15 0.68
Hex B9 A0 AB 0 E 8 1B 14E F 44
Octal 271 240 253 0 16 10 33 516 17 104
Binary 10111001 10100000 10101011 0 1110 1000 11011 101001110 1111 1000100

Color Harmonies of #B9A0AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9A0AB

Black with #B9A0AB

Text Example


Text Example

White with #B9A0AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9A0AB; }

 p { color: rgb(185,160,171); }

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

background-color css

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

 a { background-color: rgb(185,160,171); }

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

border-color css

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

 span { border-color: rgb(185,160,171); }

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