Shades of Grey Nickel #BDBBB5
Tints of Grey Nickel #BDBBB5
RGB
CMYK
RGB Variations
Color information
#BDBBB5 (or 0xBDBBB5) is known color: Grey Nickel. HEX triplet: BD, BB and B5. RGB value is (189,187,181). Sum of RGB (Red+Green+Blue) = 189+187+181=557 (73% of max value = 765). Red value is 189 (74.22% from 255 or 33.93% from 557); Green value is 187 (73.44% from 255 or 33.57% from 557); Blue value is 181 (71.09% from 255 or 32.50% from 557); Max value from RGB is 189 - color contains mainly: red. Hex color #BDBBB5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDBBB5 is #42444A. Grayscale: #BABABA. Windows color (decimal): -4342859 or 11910077. OLE color: 11910077.
HSL color Cylindrical-coordinate representation of color #BDBBB5: hue angle of 45º degrees, saturation: 0.06, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #BDBBB5 is Cyan = 0, Magento = 0.01, Yellow = 0.04 and Black (K on CMYK) = 0.26.
Color convert
RGB | 189 | 187 | 181 | - |
CMYK | 0 | 0.01 | 0.04 | 0.26 |
HSL | 45º | 0.06% | 0.73% | - |
HSV(B) | 45º | 0.04% | 0.74% | - |
XYZ | 47.1 | 49.7 | 50.83 | - |
YUV | 186.91 | 124.66 | 129.49 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 189 | 187 | 181 | 0 | 0.01 | 0.04 | 0.26 | 45 | 0.06 | 0.73 |
Hex | BD | BB | B5 | 0 | 1 | 4 | 1A | 2D | 6 | 49 |
Octal | 275 | 273 | 265 | 0 | 1 | 4 | 32 | 55 | 6 | 111 |
Binary | 10111101 | 10111011 | 10110101 | 0 | 1 | 100 | 11010 | 101101 | 110 | 1001001 |
Color Harmonies of #BDBBB5
Complementary color
Monochromatic Colors of #BDBBB5
Black with #BDBBB5
Text Example
Text Example
White with #BDBBB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDBBB5; }
p { color: rgb(189,187,181); }
H1.HeaderClassName
{
color: #BDBBB5;
}
.AnyTagClassName
{
color: #BDBBB5;
}
</style>
background-color css
<style>
a { background-color: #BDBBB5; }
a { background-color: rgb(189,187,181); }
div.DivClassName
{
background-color: #BDBBB5;
}
.BgClassName
{
background-color: #BDBBB5;
}
</style>
border-color css
<style>
span { border-color: #BDBBB5; }
span { border-color: rgb(189,187,181); }
td.TdClassName
{
border-color: #BDBBB5;
}
.TagClassName
{
border-color: #BDBBB5;
}
</style>