#BDBCA6

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

Shades of Mist Grey #BDBCA6

Tints of Mist Grey #BDBCA6

Color information

#BDBCA6 (or 0xBDBCA6) is unknown color: approx Mist Grey. HEX triplet: BD, BC and A6. RGB value is (189,188,166). Sum of RGB (Red+Green+Blue) = 189+188+166=543 (71% of max value = 765). Red value is 189 (74.22% from 255 or 34.81% from 543); Green value is 188 (73.83% from 255 or 34.62% from 543); Blue value is 166 (65.23% from 255 or 30.57% from 543); Max value from RGB is 189 - color contains mainly: red. Hex color #BDBCA6 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDBCA6 is #424359. Grayscale: #B9B9B9. Windows color (decimal): -4342618 or 10927293. OLE color: 10927293.

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

Color convert

RGB189188166-
CMYK00.010.120.26
HSL57.39º14.84%69.61%-
HSV(B)57.39º12.17%74.12%-
XYZ45.8549.5443.22-
YUV185.79116.83130.29-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 34.81%
GREEN value IS 188 (73.83% from 255) = 34.62%
BLUE value IS 166 (65.23% from 255) = 30.57%
R=34.81%
G=34.62%
B=30.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.12
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18918816600.010.120.2657.3914.8469.61
HexBDBCA601C1A39f46
Octal2752742460114327117106
Binary1011110110111100101001100111001101011100111111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDBCA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDBCA6; }

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

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

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

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

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

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

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

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