#BDBCAD

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

Shades of Mist Grey #BDBCAD

Tints of Mist Grey #BDBCAD

Color information

#BDBCAD (or 0xBDBCAD) is unknown color: approx Mist Grey. HEX triplet: BD, BC and AD. RGB value is (189,188,173). Sum of RGB (Red+Green+Blue) = 189+188+173=550 (72% of max value = 765). Red value is 189 (74.22% from 255 or 34.36% from 550); Green value is 188 (73.83% from 255 or 34.18% from 550); Blue value is 173 (67.97% from 255 or 31.45% from 550); Max value from RGB is 189 - color contains mainly: red. Hex color #BDBCAD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDBCAD is #424352. Grayscale: #BABABA. Windows color (decimal): -4342611 or 11386045. OLE color: 11386045.

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

Color convert

RGB189188173-
CMYK00.010.080.26
HSL56.25º10.81%70.98%-
HSV(B)56.25º8.47%74.12%-
XYZ46.5149.846.7-
YUV186.59120.33129.72-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 34.36%
GREEN value IS 188 (73.83% from 255) = 34.18%
BLUE value IS 173 (67.97% from 255) = 31.45%
R=34.36%
G=34.18%
B=31.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.08
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18918817300.010.080.2656.2510.8170.98
HexBDBCAD0181A38b47
Octal2752742550110327013107
Binary1011110110111100101011010110001101011100010111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDBCAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDBCAD; }

 p { color: rgb(189,188,173); }

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

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

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

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

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

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

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