Shades of French Grey #BBB6C0
Tints of French Grey #BBB6C0
RGB
CMYK
RGB Variations
Color information
#BBB6C0 (or 0xBBB6C0) is known color: French Grey. HEX triplet: BB, B6 and C0. RGB value is (187,182,192). Sum of RGB (Red+Green+Blue) = 187+182+192=561 (74% of max value = 765). Red value is 187 (73.44% from 255 or 33.33% from 561); Green value is 182 (71.48% from 255 or 32.44% from 561); Blue value is 192 (75.39% from 255 or 34.22% from 561); Max value from RGB is 192 - color contains mainly: blue. Hex color #BBB6C0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBB6C0 is #44493F. Grayscale: #B8B8B8. Windows color (decimal): -4475200 or 12629691. OLE color: 12629691.
HSL color Cylindrical-coordinate representation of color #BBB6C0: hue angle of 270º degrees, saturation: 0.07, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #BBB6C0 is Cyan = 0.03, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 187 | 182 | 192 | - |
| CMYK | 0.03 | 0.05 | 0 | 0.25 |
| HSL | 270º | 0.07% | 0.73% | - |
| HSV(B) | 270º | 0.05% | 0.75% | - |
| XYZ | 46.74 | 47.83 | 56.64 | - |
| YUV | 184.64 | 132.16 | 129.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 182 | 192 | 0.03 | 0.05 | 0 | 0.25 | 270 | 0.07 | 0.73 |
| Hex | BB | B6 | C0 | 3 | 5 | 0 | 19 | 10E | 7 | 49 |
| Octal | 273 | 266 | 300 | 3 | 5 | 0 | 31 | 416 | 7 | 111 |
| Binary | 10111011 | 10110110 | 11000000 | 11 | 101 | 0 | 11001 | 100001110 | 111 | 1001001 |
Color Harmonies of #BBB6C0
Complementary color
Monochromatic Colors of #BBB6C0
Black with #BBB6C0
Text Example
Text Example
White with #BBB6C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBB6C0; }
p { color: rgb(187,182,192); }
H1.HeaderClassName
{
color: #BBB6C0;
}
.AnyTagClassName
{
color: #BBB6C0;
}
</style>
background-color css
<style>
a { background-color: #BBB6C0; }
a { background-color: rgb(187,182,192); }
div.DivClassName
{
background-color: #BBB6C0;
}
.BgClassName
{
background-color: #BBB6C0;
}
</style>
border-color css
<style>
span { border-color: #BBB6C0; }
span { border-color: rgb(187,182,192); }
td.TdClassName
{
border-color: #BBB6C0;
}
.TagClassName
{
border-color: #BBB6C0;
}
</style>