Html Css Color HEX #B9B9AB Mist Grey

📋 copy color: '#B9B9AB'

red 185 ◦ green 185 ◦ blue 171

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

Shades of Mist Grey #B9B9AB

Tints of Mist Grey #B9B9AB

RGB

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

 GREEN value IS 185 (72.66% from 255) = 34.2%

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

R = 34.2%
G = 34.2%
B = 31.61%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.08

 K value IS 0.27

RGB Variations

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

Color information

#B9B9AB (or 0xB9B9AB) is known color: Mist Grey. HEX triplet: B9, B9 and AB. RGB value is (185,185,171). Sum of RGB (Red+Green+Blue) = 185+185+171=541 (71% of max value = 765). Red value is 185 (72.66% from 255 or 34.20% from 541); Green value is 185 (72.66% from 255 or 34.20% from 541); Blue value is 171 (67.19% from 255 or 31.61% from 541); Max value from RGB is 185 - color contains mainly: red, green. Hex color #B9B9AB is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B9B9AB is #464654. Grayscale: #B7B7B7. Windows color (decimal): -4605525 or 11254201. OLE color: 11254201.

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

Color convert

RGB 185 185 171 -
CMYK 0 0 0.08 0.27
HSL 60º 0.09% 0.7% -
HSV(B) 60º 0.08% 0.73% -
XYZ 44.71 47.95 45.43 -
YUV 183.4 121 129.14 -
System Red Green Blue C M Y K H S L
Decimal 185 185 171 0 0 0.08 0.27 60 0.09 0.7
Hex B9 B9 AB 0 0 8 1B 3C 9 46
Octal 271 271 253 0 0 10 33 74 11 106
Binary 10111001 10111001 10101011 0 0 1000 11011 111100 1001 1000110

Color Harmonies of #B9B9AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9B9AB

Black with #B9B9AB

Text Example


Text Example

White with #B9B9AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9B9AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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