#BDBCA2

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

Shades of Mist Grey #BDBCA2

Tints of Mist Grey #BDBCA2

Color information

#BDBCA2 (or 0xBDBCA2) is unknown color: approx Mist Grey. HEX triplet: BD, BC and A2. RGB value is (189,188,162). Sum of RGB (Red+Green+Blue) = 189+188+162=539 (71% of max value = 765). Red value is 189 (74.22% from 255 or 35.06% from 539); Green value is 188 (73.83% from 255 or 34.88% from 539); Blue value is 162 (63.67% from 255 or 30.06% from 539); Max value from RGB is 189 - color contains mainly: red. Hex color #BDBCA2 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDBCA2 is #42435D. Grayscale: #B9B9B9. Windows color (decimal): -4342622 or 10665149. OLE color: 10665149.

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

Color convert

RGB189188162-
CMYK00.010.140.26
HSL57.78º16.98%68.82%-
HSV(B)57.78º14.29%74.12%-
XYZ45.4949.3941.32-
YUV185.33114.83130.61-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 35.06%
GREEN value IS 188 (73.83% from 255) = 34.88%
BLUE value IS 162 (63.67% from 255) = 30.06%
R=35.06%
G=34.88%
B=30.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.14
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18918816200.010.140.2657.7816.9868.82
HexBDBCA201E1A3a1145
Octal2752742420116327221105
Binary10111101101111001010001001111011010111010100011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDBCA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDBCA2; }

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

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

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

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

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

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

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

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