#BDBBA1

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

Shades of Mist Grey #BDBBA1

Tints of Mist Grey #BDBBA1

Color information

#BDBBA1 (or 0xBDBBA1) is unknown color: approx Mist Grey. HEX triplet: BD, BB and A1. RGB value is (189,187,161). Sum of RGB (Red+Green+Blue) = 189+187+161=537 (71% of max value = 765). Red value is 189 (74.22% from 255 or 35.20% from 537); Green value is 187 (73.44% from 255 or 34.82% from 537); Blue value is 161 (63.28% from 255 or 29.98% from 537); Max value from RGB is 189 - color contains mainly: red. Hex color #BDBBA1 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDBBA1 is #42445E. Grayscale: #B8B8B8. Windows color (decimal): -4342879 or 10599357. OLE color: 10599357.

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

Color convert

RGB189187161-
CMYK00.010.150.26
HSL55.71º17.5%68.63%-
HSV(B)55.71º14.81%74.12%-
XYZ45.1948.9340.78-
YUV184.63114.66131.11-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 35.20%
GREEN value IS 187 (73.44% from 255) = 34.82%
BLUE value IS 161 (63.28% from 255) = 29.98%
R=35.20%
G=34.82%
B=29.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.15
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18918716100.010.150.2655.7117.568.63
HexBDBBA101F1A381245
Octal2752732410117327022105
Binary10111101101110111010000101111111010111000100101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDBBA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDBBA1; }

 p { color: rgb(189,187,161); }

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

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

 a { background-color: rgb(189,187,161); }

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

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

 span { border-color: rgb(189,187,161); }

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