Html Css Color HEX #B6B5AB Mist Grey

📋 copy color: '#B6B5AB'

red 182 ◦ green 181 ◦ blue 171

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

Shades of Mist Grey #B6B5AB

Tints of Mist Grey #B6B5AB

RGB

 RED value IS 182 (71.48% from 255) = 34.08%

 GREEN value IS 181 (71.09% from 255) = 33.9%

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

R = 34.08%
G = 33.9%
B = 32.02%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.06

 K value IS 0.29

RGB Variations

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

Color information

#B6B5AB (or 0xB6B5AB) is known color: Mist Grey. HEX triplet: B6, B5 and AB. RGB value is (182,181,171). Sum of RGB (Red+Green+Blue) = 182+181+171=534 (70% of max value = 765). Red value is 182 (71.48% from 255 or 34.08% from 534); Green value is 181 (71.09% from 255 or 33.90% from 534); Blue value is 171 (67.19% from 255 or 32.02% from 534); Max value from RGB is 182 - color contains mainly: red. Hex color #B6B5AB is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B6B5AB is #494A54. Grayscale: #B4B4B4. Windows color (decimal): -4803157 or 11253174. OLE color: 11253174.

HSL color Cylindrical-coordinate representation of color #B6B5AB: hue angle of 54.55º degrees, saturation: 0.07, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #B6B5AB is Cyan = 0, Magento = 0.01, Yellow = 0.06 and Black (K on CMYK) = 0.29.

Color convert

RGB 182 181 171 -
CMYK 0 0.01 0.06 0.29
HSL 54.55º 0.07% 0.69% -
HSV(B) 54.55º 0.06% 0.71% -
XYZ 43.17 45.93 45.12 -
YUV 180.16 122.83 129.31 -
System Red Green Blue C M Y K H S L
Decimal 182 181 171 0 0.01 0.06 0.29 54.55 0.07 0.69
Hex B6 B5 AB 0 1 6 1D 37 7 45
Octal 266 265 253 0 1 6 35 67 7 105
Binary 10110110 10110101 10101011 0 1 110 11101 110111 111 1000101

Color Harmonies of #B6B5AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6B5AB

Black with #B6B5AB

Text Example


Text Example

White with #B6B5AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6B5AB; }

 p { color: rgb(182,181,171); }

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

background-color css

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

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

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

border-color css

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

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

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