Shades of French Grey #BBB8BD
Tints of French Grey #BBB8BD
RGB
CMYK
RGB Variations
Color information
#BBB8BD (or 0xBBB8BD) is known color: French Grey. HEX triplet: BB, B8 and BD. RGB value is (187,184,189). Sum of RGB (Red+Green+Blue) = 187+184+189=560 (74% of max value = 765). Red value is 187 (73.44% from 255 or 33.39% from 560); Green value is 184 (72.27% from 255 or 32.86% from 560); Blue value is 189 (74.22% from 255 or 33.75% from 560); Max value from RGB is 189 - color contains mainly: blue. Hex color #BBB8BD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBB8BD is #444742. Grayscale: #B9B9B9. Windows color (decimal): -4474691 or 12433595. OLE color: 12433595.
HSL color Cylindrical-coordinate representation of color #BBB8BD: hue angle of 276º degrees, saturation: 0.04, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #BBB8BD is Cyan = 0.01, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 187 | 184 | 189 | - |
| CMYK | 0.01 | 0.03 | 0 | 0.26 |
| HSL | 276º | 0.04% | 0.73% | - |
| HSV(B) | 276º | 0.03% | 0.74% | - |
| XYZ | 46.82 | 48.52 | 55.04 | - |
| YUV | 185.47 | 129.99 | 129.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 184 | 189 | 0.01 | 0.03 | 0 | 0.26 | 276 | 0.04 | 0.73 |
| Hex | BB | B8 | BD | 1 | 3 | 0 | 1A | 114 | 4 | 49 |
| Octal | 273 | 270 | 275 | 1 | 3 | 0 | 32 | 424 | 4 | 111 |
| Binary | 10111011 | 10111000 | 10111101 | 1 | 11 | 0 | 11010 | 100010100 | 100 | 1001001 |
Color Harmonies of #BBB8BD
Complementary color
Monochromatic Colors of #BBB8BD
Black with #BBB8BD
Text Example
Text Example
White with #BBB8BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBB8BD; }
p { color: rgb(187,184,189); }
H1.HeaderClassName
{
color: #BBB8BD;
}
.AnyTagClassName
{
color: #BBB8BD;
}
</style>
background-color css
<style>
a { background-color: #BBB8BD; }
a { background-color: rgb(187,184,189); }
div.DivClassName
{
background-color: #BBB8BD;
}
.BgClassName
{
background-color: #BBB8BD;
}
</style>
border-color css
<style>
span { border-color: #BBB8BD; }
span { border-color: rgb(187,184,189); }
td.TdClassName
{
border-color: #BBB8BD;
}
.TagClassName
{
border-color: #BBB8BD;
}
</style>