Shades of French Grey #BBB3C1
Tints of French Grey #BBB3C1
RGB
CMYK
RGB Variations
Color information
#BBB3C1 (or 0xBBB3C1) is known color: French Grey. HEX triplet: BB, B3 and C1. RGB value is (187,179,193). Sum of RGB (Red+Green+Blue) = 187+179+193=559 (74% of max value = 765). Red value is 187 (73.44% from 255 or 33.45% from 559); Green value is 179 (70.31% from 255 or 32.02% from 559); Blue value is 193 (75.78% from 255 or 34.53% from 559); Max value from RGB is 193 - color contains mainly: blue. Hex color #BBB3C1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBB3C1 is #444C3E. Grayscale: #B6B6B6. Windows color (decimal): -4475967 or 12694459. OLE color: 12694459.
HSL color Cylindrical-coordinate representation of color #BBB3C1: hue angle of 274.29º degrees, saturation: 0.1, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #BBB3C1 is Cyan = 0.03, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 187 | 179 | 193 | - |
| CMYK | 0.03 | 0.07 | 0 | 0.24 |
| HSL | 274.29º | 0.1% | 0.73% | - |
| HSV(B) | 274.29º | 0.07% | 0.76% | - |
| XYZ | 46.24 | 46.66 | 57.02 | - |
| YUV | 182.99 | 133.65 | 130.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 179 | 193 | 0.03 | 0.07 | 0 | 0.24 | 274.29 | 0.1 | 0.73 |
| Hex | BB | B3 | C1 | 3 | 7 | 0 | 18 | 112 | A | 49 |
| Octal | 273 | 263 | 301 | 3 | 7 | 0 | 30 | 422 | 12 | 111 |
| Binary | 10111011 | 10110011 | 11000001 | 11 | 111 | 0 | 11000 | 100010010 | 1010 | 1001001 |
Color Harmonies of #BBB3C1
Complementary color
Monochromatic Colors of #BBB3C1
Black with #BBB3C1
Text Example
Text Example
White with #BBB3C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBB3C1; }
p { color: rgb(187,179,193); }
H1.HeaderClassName
{
color: #BBB3C1;
}
.AnyTagClassName
{
color: #BBB3C1;
}
</style>
background-color css
<style>
a { background-color: #BBB3C1; }
a { background-color: rgb(187,179,193); }
div.DivClassName
{
background-color: #BBB3C1;
}
.BgClassName
{
background-color: #BBB3C1;
}
</style>
border-color css
<style>
span { border-color: #BBB3C1; }
span { border-color: rgb(187,179,193); }
td.TdClassName
{
border-color: #BBB3C1;
}
.TagClassName
{
border-color: #BBB3C1;
}
</style>