#B8B8AD

Color #B8B8AD Mist Grey (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mist Grey #B8B8AD

Tints of Mist Grey #B8B8AD

Color information

#B8B8AD (or 0xB8B8AD) is unknown color: approx Mist Grey. HEX triplet: B8, B8 and AD. RGB value is (184,184,173). Sum of RGB (Red+Green+Blue) = 184+184+173=541 (71% of max value = 765). Red value is 184 (72.27% from 255 or 34.01% from 541); Green value is 184 (72.27% from 255 or 34.01% from 541); Blue value is 173 (67.97% from 255 or 31.98% from 541); Max value from RGB is 184 - color contains mainly: red, green. Hex color #B8B8AD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B8B8AD is #474752. Grayscale: #B6B6B6. Windows color (decimal): -4671315 or 11385016. OLE color: 11385016.

HSL color Cylindrical-coordinate representation of color #B8B8AD: hue angle of 60º degrees, saturation: 0.07, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #B8B8AD is Cyan = 0, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.28.

Color convert

RGB184184173-
CMYK000.060.28
HSL60º7.19%70%-
HSV(B)60º5.98%72.16%-
XYZ44.4547.4946.36-
YUV182.75122.5128.89-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 34.01%
GREEN value IS 184 (72.27% from 255) = 34.01%
BLUE value IS 173 (67.97% from 255) = 31.98%
R=34.01%
G=34.01%
B=31.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal184184173000.060.28607.1970
HexB8B8AD0061C3c746
Octal27027025500634747106
Binary10111000101110001010110100110111001111001111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8B8AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8B8AD; }

 p { color: rgb(184,184,173); }

 H1.HeaderClassName
 {
   color: #B8B8AD;
 }
 .AnyTagClassName
 {
   color: #B8B8AD;
 }
</style>
background-color css

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

 a { background-color: rgb(184,184,173); }

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

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

 span { border-color: rgb(184,184,173); }

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