Shades of Pale Slate #BDBBB9
Tints of Pale Slate #BDBBB9
RGB
CMYK
RGB Variations
Color information
#BDBBB9 (or 0xBDBBB9) is known color: Pale Slate. HEX triplet: BD, BB and B9. RGB value is (189,187,185). Sum of RGB (Red+Green+Blue) = 189+187+185=561 (74% of max value = 765). Red value is 189 (74.22% from 255 or 33.69% from 561); Green value is 187 (73.44% from 255 or 33.33% from 561); Blue value is 185 (72.66% from 255 or 32.98% from 561); Max value from RGB is 189 - color contains mainly: red. Hex color #BDBBB9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDBBB9 is #424446. Grayscale: #BBBBBB. Windows color (decimal): -4342855 or 12172221. OLE color: 12172221.
HSL color Cylindrical-coordinate representation of color #BDBBB9: hue angle of 30º degrees, saturation: 0.03, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #BDBBB9 is Cyan = 0, Magento = 0.01, Yellow = 0.02 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 187 | 185 | - |
| CMYK | 0 | 0.01 | 0.02 | 0.26 |
| HSL | 30º | 0.03% | 0.73% | - |
| HSV(B) | 30º | 0.02% | 0.74% | - |
| XYZ | 47.51 | 49.86 | 53.02 | - |
| YUV | 187.37 | 126.66 | 129.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 187 | 185 | 0 | 0.01 | 0.02 | 0.26 | 30 | 0.03 | 0.73 |
| Hex | BD | BB | B9 | 0 | 1 | 2 | 1A | 1E | 3 | 49 |
| Octal | 275 | 273 | 271 | 0 | 1 | 2 | 32 | 36 | 3 | 111 |
| Binary | 10111101 | 10111011 | 10111001 | 0 | 1 | 10 | 11010 | 11110 | 11 | 1001001 |
Color Harmonies of #BDBBB9
Complementary color
Monochromatic Colors of #BDBBB9
Black with #BDBBB9
Text Example
Text Example
White with #BDBBB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDBBB9; }
p { color: rgb(189,187,185); }
H1.HeaderClassName
{
color: #BDBBB9;
}
.AnyTagClassName
{
color: #BDBBB9;
}
</style>
background-color css
<style>
a { background-color: #BDBBB9; }
a { background-color: rgb(189,187,185); }
div.DivClassName
{
background-color: #BDBBB9;
}
.BgClassName
{
background-color: #BDBBB9;
}
</style>
border-color css
<style>
span { border-color: #BDBBB9; }
span { border-color: rgb(189,187,185); }
td.TdClassName
{
border-color: #BDBBB9;
}
.TagClassName
{
border-color: #BDBBB9;
}
</style>