Html Css Color HEX #B9A6AC Lily

📋 copy color: '#B9A6AC'

red 185 ◦ green 166 ◦ blue 172

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

Shades of Lily #B9A6AC

Tints of Lily #B9A6AC

RGB

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

 GREEN value IS 166 (65.23% from 255) = 31.74%

 BLUE value IS 172 (67.58% from 255) = 32.89%

R = 35.37%
G = 31.74%
B = 32.89%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.07

 K value IS 0.27

RGB Variations

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

Color information

#B9A6AC (or 0xB9A6AC) is known color: Lily. HEX triplet: B9, A6 and AC. RGB value is (185,166,172). Sum of RGB (Red+Green+Blue) = 185+166+172=523 (69% of max value = 765). Red value is 185 (72.66% from 255 or 35.37% from 523); Green value is 166 (65.23% from 255 or 31.74% from 523); Blue value is 172 (67.58% from 255 or 32.89% from 523); Max value from RGB is 185 - color contains mainly: red. Hex color #B9A6AC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B9A6AC is #465953. Grayscale: #ACACAC. Windows color (decimal): -4610388 or 11314873. OLE color: 11314873.

HSL color Cylindrical-coordinate representation of color #B9A6AC: hue angle of 341.05º degrees, saturation: 0.12, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #B9A6AC is Cyan = 0, Magento = 0.10, Yellow = 0.07 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 166 172 -
CMYK 0 0.10 0.07 0.27
HSL 341.05º 0.12% 0.69% -
HSV(B) 341.05º 0.1% 0.73% -
XYZ 41.09 40.57 44.69 -
YUV 172.37 127.79 137.01 -
System Red Green Blue C M Y K H S L
Decimal 185 166 172 0 0.10 0.07 0.27 341.05 0.12 0.69
Hex B9 A6 AC 0 A 7 1B 155 C 45
Octal 271 246 254 0 12 7 33 525 14 105
Binary 10111001 10100110 10101100 0 1010 111 11011 101010101 1100 1000101

Color Harmonies of #B9A6AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9A6AC

Black with #B9A6AC

Text Example


Text Example

White with #B9A6AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9A6AC; }

 p { color: rgb(185,166,172); }

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

background-color css

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

 a { background-color: rgb(185,166,172); }

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

border-color css

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

 span { border-color: rgb(185,166,172); }

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