#BDBBAB

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

Shades of Mist Grey #BDBBAB

Tints of Mist Grey #BDBBAB

Color information

#BDBBAB (or 0xBDBBAB) is unknown color: approx Mist Grey. HEX triplet: BD, BB and AB. RGB value is (189,187,171). Sum of RGB (Red+Green+Blue) = 189+187+171=547 (72% of max value = 765). Red value is 189 (74.22% from 255 or 34.55% from 547); Green value is 187 (73.44% from 255 or 34.19% from 547); Blue value is 171 (67.19% from 255 or 31.26% from 547); Max value from RGB is 189 - color contains mainly: red. Hex color #BDBBAB is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDBBAB is #424454. Grayscale: #B9B9B9. Windows color (decimal): -4342869 or 11254717. OLE color: 11254717.

HSL color Cylindrical-coordinate representation of color #BDBBAB: hue angle of 53.33º 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 #BDBBAB is Cyan = 0, Magento = 0.01, Yellow = 0.10 and Black (K on CMYK) = 0.26.

Color convert

RGB189187171-
CMYK00.010.100.26
HSL53.33º12%70.59%-
HSV(B)53.33º9.52%74.12%-
XYZ46.1149.345.61-
YUV185.77119.66130.3-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 34.55%
GREEN value IS 187 (73.44% from 255) = 34.19%
BLUE value IS 171 (67.19% from 255) = 31.26%
R=34.55%
G=34.19%
B=31.26%

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
Decimal18918717100.010.100.2653.331270.59
HexBDBBAB01A1A35c47
Octal2752732530112326514107
Binary1011110110111011101010110110101101011010111001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDBBAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDBBAB; }

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

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

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

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

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

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

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

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