Shades of Grey Nickel #BDBBB1
Tints of Grey Nickel #BDBBB1
RGB
CMYK
RGB Variations
Color information
#BDBBB1 (or 0xBDBBB1) is known color: Grey Nickel. HEX triplet: BD, BB and B1. RGB value is (189,187,177). Sum of RGB (Red+Green+Blue) = 189+187+177=553 (73% of max value = 765). Red value is 189 (74.22% from 255 or 34.18% from 553); Green value is 187 (73.44% from 255 or 33.82% from 553); Blue value is 177 (69.53% from 255 or 32.01% from 553); Max value from RGB is 189 - color contains mainly: red. Hex color #BDBBB1 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDBBB1 is #42444E. Grayscale: #BABABA. Windows color (decimal): -4342863 or 11647933. OLE color: 11647933.
HSL color Cylindrical-coordinate representation of color #BDBBB1: hue angle of 50º degrees, saturation: 0.08, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #BDBBB1 is Cyan = 0, Magento = 0.01, Yellow = 0.06 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 187 | 177 | - |
| CMYK | 0 | 0.01 | 0.06 | 0.26 |
| HSL | 50º | 0.08% | 0.72% | - |
| HSV(B) | 50º | 0.06% | 0.74% | - |
| XYZ | 46.69 | 49.53 | 48.7 | - |
| YUV | 186.46 | 122.66 | 129.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 187 | 177 | 0 | 0.01 | 0.06 | 0.26 | 50 | 0.08 | 0.72 |
| Hex | BD | BB | B1 | 0 | 1 | 6 | 1A | 32 | 8 | 48 |
| Octal | 275 | 273 | 261 | 0 | 1 | 6 | 32 | 62 | 10 | 110 |
| Binary | 10111101 | 10111011 | 10110001 | 0 | 1 | 110 | 11010 | 110010 | 1000 | 1001000 |
Color Harmonies of #BDBBB1
Complementary color
Monochromatic Colors of #BDBBB1
Black with #BDBBB1
Text Example
Text Example
White with #BDBBB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDBBB1; }
p { color: rgb(189,187,177); }
H1.HeaderClassName
{
color: #BDBBB1;
}
.AnyTagClassName
{
color: #BDBBB1;
}
</style>
background-color css
<style>
a { background-color: #BDBBB1; }
a { background-color: rgb(189,187,177); }
div.DivClassName
{
background-color: #BDBBB1;
}
.BgClassName
{
background-color: #BDBBB1;
}
</style>
border-color css
<style>
span { border-color: #BDBBB1; }
span { border-color: rgb(189,187,177); }
td.TdClassName
{
border-color: #BDBBB1;
}
.TagClassName
{
border-color: #BDBBB1;
}
</style>