Shades of Grey Nickel #BDBBB0
Tints of Grey Nickel #BDBBB0
RGB
CMYK
RGB Variations
Color information
#BDBBB0 (or 0xBDBBB0) is known color: Grey Nickel. HEX triplet: BD, BB and B0. RGB value is (189,187,176). Sum of RGB (Red+Green+Blue) = 189+187+176=552 (73% of max value = 765). Red value is 189 (74.22% from 255 or 34.24% from 552); Green value is 187 (73.44% from 255 or 33.88% from 552); Blue value is 176 (69.14% from 255 or 31.88% from 552); Max value from RGB is 189 - color contains mainly: red. Hex color #BDBBB0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDBBB0 is #42444F. Grayscale: #BABABA. Windows color (decimal): -4342864 or 11582397. OLE color: 11582397.
HSL color Cylindrical-coordinate representation of color #BDBBB0: hue angle of 50.77º degrees, saturation: 0.09, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #BDBBB0 is Cyan = 0, Magento = 0.01, Yellow = 0.07 and Black (K on CMYK) = 0.26.
Color convert
RGB | 189 | 187 | 176 | - |
CMYK | 0 | 0.01 | 0.07 | 0.26 |
HSL | 50.77º | 0.09% | 0.72% | - |
HSV(B) | 50.77º | 0.07% | 0.74% | - |
XYZ | 46.59 | 49.49 | 48.17 | - |
YUV | 186.34 | 122.16 | 129.89 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 189 | 187 | 176 | 0 | 0.01 | 0.07 | 0.26 | 50.77 | 0.09 | 0.72 |
Hex | BD | BB | B0 | 0 | 1 | 7 | 1A | 33 | 9 | 48 |
Octal | 275 | 273 | 260 | 0 | 1 | 7 | 32 | 63 | 11 | 110 |
Binary | 10111101 | 10111011 | 10110000 | 0 | 1 | 111 | 11010 | 110011 | 1001 | 1001000 |
Color Harmonies of #BDBBB0
Complementary color
Monochromatic Colors of #BDBBB0
Black with #BDBBB0
Text Example
Text Example
White with #BDBBB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDBBB0; }
p { color: rgb(189,187,176); }
H1.HeaderClassName
{
color: #BDBBB0;
}
.AnyTagClassName
{
color: #BDBBB0;
}
</style>
background-color css
<style>
a { background-color: #BDBBB0; }
a { background-color: rgb(189,187,176); }
div.DivClassName
{
background-color: #BDBBB0;
}
.BgClassName
{
background-color: #BDBBB0;
}
</style>
border-color css
<style>
span { border-color: #BDBBB0; }
span { border-color: rgb(189,187,176); }
td.TdClassName
{
border-color: #BDBBB0;
}
.TagClassName
{
border-color: #BDBBB0;
}
</style>