Html Css Color HEX #B9A5AC Lily

📋 copy color: '#B9A5AC'

red 185 ◦ green 165 ◦ blue 172

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

Shades of Lily #B9A5AC

Tints of Lily #B9A5AC

RGB

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

 GREEN value IS 165 (64.84% from 255) = 31.61%

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

R = 35.44%
G = 31.61%
B = 32.95%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.07

 K value IS 0.27

RGB Variations

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

Color information

#B9A5AC (or 0xB9A5AC) is known color: Lily. HEX triplet: B9, A5 and AC. RGB value is (185,165,172). Sum of RGB (Red+Green+Blue) = 185+165+172=522 (69% of max value = 765). Red value is 185 (72.66% from 255 or 35.44% from 522); Green value is 165 (64.84% from 255 or 31.61% from 522); Blue value is 172 (67.58% from 255 or 32.95% from 522); Max value from RGB is 185 - color contains mainly: red. Hex color #B9A5AC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B9A5AC is #465A53. Grayscale: #ABABAB. Windows color (decimal): -4610644 or 11314617. OLE color: 11314617.

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

Color convert

RGB 185 165 172 -
CMYK 0 0.11 0.07 0.27
HSL 339º 0.13% 0.69% -
HSV(B) 339º 0.11% 0.73% -
XYZ 40.91 40.2 44.63 -
YUV 171.78 128.13 137.43 -
System Red Green Blue C M Y K H S L
Decimal 185 165 172 0 0.11 0.07 0.27 339 0.13 0.69
Hex B9 A5 AC 0 B 7 1B 153 C 45
Octal 271 245 254 0 13 7 33 523 14 105
Binary 10111001 10100101 10101100 0 1011 111 11011 101010011 1100 1000101

Color Harmonies of #B9A5AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9A5AC

Black with #B9A5AC

Text Example


Text Example

White with #B9A5AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9A5AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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