Html Css Color HEX #B9A3AD Lily

📋 copy color: '#B9A3AD'

red 185 ◦ green 163 ◦ blue 173

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

Shades of Lily #B9A3AD

Tints of Lily #B9A3AD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 33.21%

R = 35.51%
G = 31.29%
B = 33.21%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.06

 K value IS 0.27

RGB Variations

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

Color information

#B9A3AD (or 0xB9A3AD) is known color: Lily. HEX triplet: B9, A3 and AD. RGB value is (185,163,173). Sum of RGB (Red+Green+Blue) = 185+163+173=521 (69% of max value = 765). Red value is 185 (72.66% from 255 or 35.51% from 521); Green value is 163 (64.06% from 255 or 31.29% from 521); Blue value is 173 (67.97% from 255 or 33.21% from 521); Max value from RGB is 185 - color contains mainly: red. Hex color #B9A3AD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B9A3AD is #465C52. Grayscale: #AAAAAA. Windows color (decimal): -4611155 or 11379641. OLE color: 11379641.

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

Color convert

RGB 185 163 173 -
CMYK 0 0.12 0.06 0.27
HSL 332.73º 0.14% 0.68% -
HSV(B) 332.73º 0.12% 0.73% -
XYZ 40.65 39.53 45.02 -
YUV 170.72 129.29 138.19 -
System Red Green Blue C M Y K H S L
Decimal 185 163 173 0 0.12 0.06 0.27 332.73 0.14 0.68
Hex B9 A3 AD 0 C 6 1B 14D E 44
Octal 271 243 255 0 14 6 33 515 16 104
Binary 10111001 10100011 10101101 0 1100 110 11011 101001101 1110 1000100

Color Harmonies of #B9A3AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9A3AD

Black with #B9A3AD

Text Example


Text Example

White with #B9A3AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9A3AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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