Shades of French Grey #BBB8C1
Tints of French Grey #BBB8C1
RGB
CMYK
RGB Variations
Color information
#BBB8C1 (or 0xBBB8C1) is known color: French Grey. HEX triplet: BB, B8 and C1. RGB value is (187,184,193). Sum of RGB (Red+Green+Blue) = 187+184+193=564 (74% of max value = 765). Red value is 187 (73.44% from 255 or 33.16% from 564); Green value is 184 (72.27% from 255 or 32.62% from 564); Blue value is 193 (75.78% from 255 or 34.22% from 564); Max value from RGB is 193 - color contains mainly: blue. Hex color #BBB8C1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBB8C1 is #44473E. Grayscale: #B9B9B9. Windows color (decimal): -4474687 or 12695739. OLE color: 12695739.
HSL color Cylindrical-coordinate representation of color #BBB8C1: hue angle of 260º degrees, saturation: 0.07, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #BBB8C1 is Cyan = 0.03, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 187 | 184 | 193 | - |
| CMYK | 0.03 | 0.05 | 0 | 0.24 |
| HSL | 260º | 0.07% | 0.74% | - |
| HSV(B) | 260º | 0.05% | 0.76% | - |
| XYZ | 47.26 | 48.7 | 57.36 | - |
| YUV | 185.92 | 131.99 | 128.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 184 | 193 | 0.03 | 0.05 | 0 | 0.24 | 260 | 0.07 | 0.74 |
| Hex | BB | B8 | C1 | 3 | 5 | 0 | 18 | 104 | 7 | 4A |
| Octal | 273 | 270 | 301 | 3 | 5 | 0 | 30 | 404 | 7 | 112 |
| Binary | 10111011 | 10111000 | 11000001 | 11 | 101 | 0 | 11000 | 100000100 | 111 | 1001010 |
Color Harmonies of #BBB8C1
Complementary color
Monochromatic Colors of #BBB8C1
Black with #BBB8C1
Text Example
Text Example
White with #BBB8C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBB8C1; }
p { color: rgb(187,184,193); }
H1.HeaderClassName
{
color: #BBB8C1;
}
.AnyTagClassName
{
color: #BBB8C1;
}
</style>
background-color css
<style>
a { background-color: #BBB8C1; }
a { background-color: rgb(187,184,193); }
div.DivClassName
{
background-color: #BBB8C1;
}
.BgClassName
{
background-color: #BBB8C1;
}
</style>
border-color css
<style>
span { border-color: #BBB8C1; }
span { border-color: rgb(187,184,193); }
td.TdClassName
{
border-color: #BBB8C1;
}
.TagClassName
{
border-color: #BBB8C1;
}
</style>