Html Css Color HEX #B6B5AA Mist Grey

📋 copy color: '#B6B5AA'

red 182 ◦ green 181 ◦ blue 170

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

Shades of Mist Grey #B6B5AA

Tints of Mist Grey #B6B5AA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 31.89%

R = 34.15%
G = 33.96%
B = 31.89%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.07

 K value IS 0.29

RGB Variations

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

Color information

#B6B5AA (or 0xB6B5AA) is known color: Mist Grey. HEX triplet: B6, B5 and AA. RGB value is (182,181,170). Sum of RGB (Red+Green+Blue) = 182+181+170=533 (70% of max value = 765). Red value is 182 (71.48% from 255 or 34.15% from 533); Green value is 181 (71.09% from 255 or 33.96% from 533); Blue value is 170 (66.80% from 255 or 31.89% from 533); Max value from RGB is 182 - color contains mainly: red. Hex color #B6B5AA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B6B5AA is #494A55. Grayscale: #B4B4B4. Windows color (decimal): -4803158 or 11187638. OLE color: 11187638.

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

Color convert

RGB 182 181 170 -
CMYK 0 0.01 0.07 0.29
HSL 55º 0.08% 0.69% -
HSV(B) 55º 0.07% 0.71% -
XYZ 43.07 45.9 44.62 -
YUV 180.05 122.33 129.39 -
System Red Green Blue C M Y K H S L
Decimal 182 181 170 0 0.01 0.07 0.29 55 0.08 0.69
Hex B6 B5 AA 0 1 7 1D 37 8 45
Octal 266 265 252 0 1 7 35 67 10 105
Binary 10110110 10110101 10101010 0 1 111 11101 110111 1000 1000101

Color Harmonies of #B6B5AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6B5AA

Black with #B6B5AA

Text Example


Text Example

White with #B6B5AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6B5AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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