Html Css Color HEX #B9ABAF Lily

📋 copy color: '#B9ABAF'

red 185 ◦ green 171 ◦ blue 175

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

Shades of Lily #B9ABAF

Tints of Lily #B9ABAF

RGB

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

 GREEN value IS 171 (67.19% from 255) = 32.2%

 BLUE value IS 175 (68.75% from 255) = 32.96%

R = 34.84%
G = 32.2%
B = 32.96%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.05

 K value IS 0.27

RGB Variations

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

Color information

#B9ABAF (or 0xB9ABAF) is known color: Lily. HEX triplet: B9, AB and AF. RGB value is (185,171,175). Sum of RGB (Red+Green+Blue) = 185+171+175=531 (70% of max value = 765). Red value is 185 (72.66% from 255 or 34.84% from 531); Green value is 171 (67.19% from 255 or 32.20% from 531); Blue value is 175 (68.75% from 255 or 32.96% from 531); Max value from RGB is 185 - color contains mainly: red. Hex color #B9ABAF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B9ABAF is #465450. Grayscale: #AFAFAF. Windows color (decimal): -4609105 or 11512761. OLE color: 11512761.

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

Color convert

RGB 185 171 175 -
CMYK 0 0.08 0.05 0.27
HSL 342.86º 0.09% 0.7% -
HSV(B) 342.86º 0.08% 0.73% -
XYZ 42.31 42.54 46.54 -
YUV 175.64 127.64 134.67 -
System Red Green Blue C M Y K H S L
Decimal 185 171 175 0 0.08 0.05 0.27 342.86 0.09 0.7
Hex B9 AB AF 0 8 5 1B 157 9 46
Octal 271 253 257 0 10 5 33 527 11 106
Binary 10111001 10101011 10101111 0 1000 101 11011 101010111 1001 1000110

Color Harmonies of #B9ABAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9ABAF

Black with #B9ABAF

Text Example


Text Example

White with #B9ABAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9ABAF; }

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

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

background-color css

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

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

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

border-color css

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

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

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