#BDBCA5

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

Shades of Mist Grey #BDBCA5

Tints of Mist Grey #BDBCA5

Color information

#BDBCA5 (or 0xBDBCA5) is unknown color: approx Mist Grey. HEX triplet: BD, BC and A5. RGB value is (189,188,165). Sum of RGB (Red+Green+Blue) = 189+188+165=542 (71% of max value = 765). Red value is 189 (74.22% from 255 or 34.87% from 542); Green value is 188 (73.83% from 255 or 34.69% from 542); Blue value is 165 (64.84% from 255 or 30.44% from 542); Max value from RGB is 189 - color contains mainly: red. Hex color #BDBCA5 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDBCA5 is #42435A. Grayscale: #B9B9B9. Windows color (decimal): -4342619 or 10861757. OLE color: 10861757.

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

Color convert

RGB189188165-
CMYK00.010.130.26
HSL57.5º15.38%69.41%-
HSV(B)57.5º12.7%74.12%-
XYZ45.7649.542.74-
YUV185.68116.33130.37-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 34.87%
GREEN value IS 188 (73.83% from 255) = 34.69%
BLUE value IS 165 (64.84% from 255) = 30.44%
R=34.87%
G=34.69%
B=30.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.13
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18918816500.010.130.2657.515.3869.41
HexBDBCA501D1A3af45
Octal2752742450115327217105
Binary1011110110111100101001010111011101011101011111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDBCA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDBCA5; }

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

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

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

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

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

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

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

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