Html Css Color HEX #B9A3AB Lily

📋 copy color: '#B9A3AB'

red 185 ◦ green 163 ◦ blue 171

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

Shades of Lily #B9A3AB

Tints of Lily #B9A3AB

RGB

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

 GREEN value IS 163 (64.06% from 255) = 31.41%

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

R = 35.65%
G = 31.41%
B = 32.95%

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

#B9A3AB (or 0xB9A3AB) is known color: Lily. HEX triplet: B9, A3 and AB. RGB value is (185,163,171). Sum of RGB (Red+Green+Blue) = 185+163+171=519 (68% of max value = 765). Red value is 185 (72.66% from 255 or 35.65% from 519); Green value is 163 (64.06% from 255 or 31.41% from 519); Blue value is 171 (67.19% from 255 or 32.95% from 519); Max value from RGB is 185 - color contains mainly: red. Hex color #B9A3AB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B9A3AB is #465C54. Grayscale: #AAAAAA. Windows color (decimal): -4611157 or 11248569. OLE color: 11248569.

HSL color Cylindrical-coordinate representation of color #B9A3AB: hue angle of 338.18º 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 #B9A3AB is Cyan = 0, Magento = 0.12, Yellow = 0.08 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 163 171 -
CMYK 0 0.12 0.08 0.27
HSL 338.18º 0.14% 0.68% -
HSV(B) 338.18º 0.12% 0.73% -
XYZ 40.46 39.45 44.01 -
YUV 170.49 128.29 138.35 -
System Red Green Blue C M Y K H S L
Decimal 185 163 171 0 0.12 0.08 0.27 338.18 0.14 0.68
Hex B9 A3 AB 0 C 8 1B 152 E 44
Octal 271 243 253 0 14 10 33 522 16 104
Binary 10111001 10100011 10101011 0 1100 1000 11011 101010010 1110 1000100

Color Harmonies of #B9A3AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9A3AB

Black with #B9A3AB

Text Example


Text Example

White with #B9A3AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9A3AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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