#BDBCAB

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

Shades of Mist Grey #BDBCAB

Tints of Mist Grey #BDBCAB

Color information

#BDBCAB (or 0xBDBCAB) is unknown color: approx Mist Grey. HEX triplet: BD, BC and AB. RGB value is (189,188,171). Sum of RGB (Red+Green+Blue) = 189+188+171=548 (72% of max value = 765). Red value is 189 (74.22% from 255 or 34.49% from 548); Green value is 188 (73.83% from 255 or 34.31% from 548); Blue value is 171 (67.19% from 255 or 31.20% from 548); Max value from RGB is 189 - color contains mainly: red. Hex color #BDBCAB is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDBCAB is #424354. Grayscale: #BABABA. Windows color (decimal): -4342613 or 11254973. OLE color: 11254973.

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

Color convert

RGB189188171-
CMYK00.010.100.26
HSL56.67º12%70.59%-
HSV(B)56.67º9.52%74.12%-
XYZ46.3249.7345.68-
YUV186.36119.33129.88-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 34.49%
GREEN value IS 188 (73.83% from 255) = 34.31%
BLUE value IS 171 (67.19% from 255) = 31.20%
R=34.49%
G=34.31%
B=31.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.10
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18918817100.010.100.2656.671270.59
HexBDBCAB01A1A39c47
Octal2752742530112327114107
Binary1011110110111100101010110110101101011100111001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDBCAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDBCAB; }

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

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

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

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

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

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

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

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