Html Css Color HEX #B9A2AB Lily

📋 copy color: '#B9A2AB'

red 185 ◦ green 162 ◦ blue 171

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

Shades of Lily #B9A2AB

Tints of Lily #B9A2AB

RGB

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

 GREEN value IS 162 (63.67% from 255) = 31.27%

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

R = 35.71%
G = 31.27%
B = 33.01%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.08

 K value IS 0.27

RGB Variations

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

Color information

#B9A2AB (or 0xB9A2AB) is known color: Lily. HEX triplet: B9, A2 and AB. RGB value is (185,162,171). Sum of RGB (Red+Green+Blue) = 185+162+171=518 (68% of max value = 765). Red value is 185 (72.66% from 255 or 35.71% from 518); Green value is 162 (63.67% from 255 or 31.27% from 518); Blue value is 171 (67.19% from 255 or 33.01% from 518); Max value from RGB is 185 - color contains mainly: red. Hex color #B9A2AB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B9A2AB is #465D54. Grayscale: #A9A9A9. Windows color (decimal): -4611413 or 11248313. OLE color: 11248313.

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

Color convert

RGB 185 162 171 -
CMYK 0 0.12 0.08 0.27
HSL 336.52º 0.14% 0.68% -
HSV(B) 336.52º 0.12% 0.73% -
XYZ 40.28 39.1 43.95 -
YUV 169.9 128.62 138.77 -
System Red Green Blue C M Y K H S L
Decimal 185 162 171 0 0.12 0.08 0.27 336.52 0.14 0.68
Hex B9 A2 AB 0 C 8 1B 151 E 44
Octal 271 242 253 0 14 10 33 521 16 104
Binary 10111001 10100010 10101011 0 1100 1000 11011 101010001 1110 1000100

Color Harmonies of #B9A2AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9A2AB

Black with #B9A2AB

Text Example


Text Example

White with #B9A2AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9A2AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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