Shades of French Grey #BBB9BD
Tints of French Grey #BBB9BD
RGB
CMYK
RGB Variations
Color information
#BBB9BD (or 0xBBB9BD) is known color: French Grey. HEX triplet: BB, B9 and BD. RGB value is (187,185,189). Sum of RGB (Red+Green+Blue) = 187+185+189=561 (74% of max value = 765). Red value is 187 (73.44% from 255 or 33.33% from 561); Green value is 185 (72.66% from 255 or 32.98% from 561); Blue value is 189 (74.22% from 255 or 33.69% from 561); Max value from RGB is 189 - color contains mainly: blue. Hex color #BBB9BD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBB9BD is #444642. Grayscale: #BABABA. Windows color (decimal): -4474435 or 12433851. OLE color: 12433851.
HSL color Cylindrical-coordinate representation of color #BBB9BD: hue angle of 270º degrees, saturation: 0.03, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #BBB9BD is Cyan = 0.01, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
RGB | 187 | 185 | 189 | - |
CMYK | 0.01 | 0.02 | 0 | 0.26 |
HSL | 270º | 0.03% | 0.73% | - |
HSV(B) | 270º | 0.02% | 0.74% | - |
XYZ | 47.03 | 48.94 | 55.11 | - |
YUV | 186.05 | 129.66 | 128.67 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 187 | 185 | 189 | 0.01 | 0.02 | 0 | 0.26 | 270 | 0.03 | 0.73 |
Hex | BB | B9 | BD | 1 | 2 | 0 | 1A | 10E | 3 | 49 |
Octal | 273 | 271 | 275 | 1 | 2 | 0 | 32 | 416 | 3 | 111 |
Binary | 10111011 | 10111001 | 10111101 | 1 | 10 | 0 | 11010 | 100001110 | 11 | 1001001 |
Color Harmonies of #BBB9BD
Complementary color
Monochromatic Colors of #BBB9BD
Black with #BBB9BD
Text Example
Text Example
White with #BBB9BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBB9BD; }
p { color: rgb(187,185,189); }
H1.HeaderClassName
{
color: #BBB9BD;
}
.AnyTagClassName
{
color: #BBB9BD;
}
</style>
background-color css
<style>
a { background-color: #BBB9BD; }
a { background-color: rgb(187,185,189); }
div.DivClassName
{
background-color: #BBB9BD;
}
.BgClassName
{
background-color: #BBB9BD;
}
</style>
border-color css
<style>
span { border-color: #BBB9BD; }
span { border-color: rgb(187,185,189); }
td.TdClassName
{
border-color: #BBB9BD;
}
.TagClassName
{
border-color: #BBB9BD;
}
</style>