Shades of Grey Nickel #BDBBB4
Tints of Grey Nickel #BDBBB4
RGB
CMYK
RGB Variations
Color information
#BDBBB4 (or 0xBDBBB4) is known color: Grey Nickel. HEX triplet: BD, BB and B4. RGB value is (189,187,180). Sum of RGB (Red+Green+Blue) = 189+187+180=556 (73% of max value = 765). Red value is 189 (74.22% from 255 or 33.99% from 556); Green value is 187 (73.44% from 255 or 33.63% from 556); Blue value is 180 (70.70% from 255 or 32.37% from 556); Max value from RGB is 189 - color contains mainly: red. Hex color #BDBBB4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDBBB4 is #42444B. Grayscale: #BABABA. Windows color (decimal): -4342860 or 11844541. OLE color: 11844541.
HSL color Cylindrical-coordinate representation of color #BDBBB4: hue angle of 46.67º degrees, saturation: 0.06, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #BDBBB4 is Cyan = 0, Magento = 0.01, Yellow = 0.05 and Black (K on CMYK) = 0.26.
Color convert
RGB | 189 | 187 | 180 | - |
CMYK | 0 | 0.01 | 0.05 | 0.26 |
HSL | 46.67º | 0.06% | 0.72% | - |
HSV(B) | 46.67º | 0.05% | 0.74% | - |
XYZ | 46.99 | 49.65 | 50.29 | - |
YUV | 186.8 | 124.16 | 129.57 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 189 | 187 | 180 | 0 | 0.01 | 0.05 | 0.26 | 46.67 | 0.06 | 0.72 |
Hex | BD | BB | B4 | 0 | 1 | 5 | 1A | 2F | 6 | 48 |
Octal | 275 | 273 | 264 | 0 | 1 | 5 | 32 | 57 | 6 | 110 |
Binary | 10111101 | 10111011 | 10110100 | 0 | 1 | 101 | 11010 | 101111 | 110 | 1001000 |
Color Harmonies of #BDBBB4
Complementary color
Monochromatic Colors of #BDBBB4
Black with #BDBBB4
Text Example
Text Example
White with #BDBBB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDBBB4; }
p { color: rgb(189,187,180); }
H1.HeaderClassName
{
color: #BDBBB4;
}
.AnyTagClassName
{
color: #BDBBB4;
}
</style>
background-color css
<style>
a { background-color: #BDBBB4; }
a { background-color: rgb(189,187,180); }
div.DivClassName
{
background-color: #BDBBB4;
}
.BgClassName
{
background-color: #BDBBB4;
}
</style>
border-color css
<style>
span { border-color: #BDBBB4; }
span { border-color: rgb(189,187,180); }
td.TdClassName
{
border-color: #BDBBB4;
}
.TagClassName
{
border-color: #BDBBB4;
}
</style>