Shades of French Grey #BBB8BE
Tints of French Grey #BBB8BE
RGB
CMYK
RGB Variations
Color information
#BBB8BE (or 0xBBB8BE) is known color: French Grey. HEX triplet: BB, B8 and BE. RGB value is (187,184,190). Sum of RGB (Red+Green+Blue) = 187+184+190=561 (74% of max value = 765). Red value is 187 (73.44% from 255 or 33.33% from 561); Green value is 184 (72.27% from 255 or 32.80% from 561); Blue value is 190 (74.61% from 255 or 33.87% from 561); Max value from RGB is 190 - color contains mainly: blue. Hex color #BBB8BE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBB8BE is #444741. Grayscale: #B9B9B9. Windows color (decimal): -4474690 or 12499131. OLE color: 12499131.
HSL color Cylindrical-coordinate representation of color #BBB8BE: hue angle of 270º degrees, saturation: 0.04, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #BBB8BE is Cyan = 0.02, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 187 | 184 | 190 | - |
| CMYK | 0.02 | 0.03 | 0 | 0.25 |
| HSL | 270º | 0.04% | 0.73% | - |
| HSV(B) | 270º | 0.03% | 0.75% | - |
| XYZ | 46.93 | 48.56 | 55.62 | - |
| YUV | 185.58 | 130.49 | 129.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 184 | 190 | 0.02 | 0.03 | 0 | 0.25 | 270 | 0.04 | 0.73 |
| Hex | BB | B8 | BE | 2 | 3 | 0 | 19 | 10E | 4 | 49 |
| Octal | 273 | 270 | 276 | 2 | 3 | 0 | 31 | 416 | 4 | 111 |
| Binary | 10111011 | 10111000 | 10111110 | 10 | 11 | 0 | 11001 | 100001110 | 100 | 1001001 |
Color Harmonies of #BBB8BE
Complementary color
Monochromatic Colors of #BBB8BE
Black with #BBB8BE
Text Example
Text Example
White with #BBB8BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBB8BE; }
p { color: rgb(187,184,190); }
H1.HeaderClassName
{
color: #BBB8BE;
}
.AnyTagClassName
{
color: #BBB8BE;
}
</style>
background-color css
<style>
a { background-color: #BBB8BE; }
a { background-color: rgb(187,184,190); }
div.DivClassName
{
background-color: #BBB8BE;
}
.BgClassName
{
background-color: #BBB8BE;
}
</style>
border-color css
<style>
span { border-color: #BBB8BE; }
span { border-color: rgb(187,184,190); }
td.TdClassName
{
border-color: #BBB8BE;
}
.TagClassName
{
border-color: #BBB8BE;
}
</style>