Shades of French Grey #BBB4C1
Tints of French Grey #BBB4C1
RGB
CMYK
RGB Variations
Color information
#BBB4C1 (or 0xBBB4C1) is known color: French Grey. HEX triplet: BB, B4 and C1. RGB value is (187,180,193). Sum of RGB (Red+Green+Blue) = 187+180+193=560 (74% of max value = 765). Red value is 187 (73.44% from 255 or 33.39% from 560); Green value is 180 (70.70% from 255 or 32.14% from 560); Blue value is 193 (75.78% from 255 or 34.46% from 560); Max value from RGB is 193 - color contains mainly: blue. Hex color #BBB4C1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBB4C1 is #444B3E. Grayscale: #B7B7B7. Windows color (decimal): -4475711 or 12694715. OLE color: 12694715.
HSL color Cylindrical-coordinate representation of color #BBB4C1: hue angle of 272.31º degrees, saturation: 0.09, 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 #BBB4C1 is Cyan = 0.03, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 187 | 180 | 193 | - |
| CMYK | 0.03 | 0.07 | 0 | 0.24 |
| HSL | 272.31º | 0.09% | 0.73% | - |
| HSV(B) | 272.31º | 0.07% | 0.76% | - |
| XYZ | 46.44 | 47.06 | 57.09 | - |
| YUV | 183.58 | 133.32 | 130.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 180 | 193 | 0.03 | 0.07 | 0 | 0.24 | 272.31 | 0.09 | 0.73 |
| Hex | BB | B4 | C1 | 3 | 7 | 0 | 18 | 110 | 9 | 49 |
| Octal | 273 | 264 | 301 | 3 | 7 | 0 | 30 | 420 | 11 | 111 |
| Binary | 10111011 | 10110100 | 11000001 | 11 | 111 | 0 | 11000 | 100010000 | 1001 | 1001001 |
Color Harmonies of #BBB4C1
Complementary color
Monochromatic Colors of #BBB4C1
Black with #BBB4C1
Text Example
Text Example
White with #BBB4C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBB4C1; }
p { color: rgb(187,180,193); }
H1.HeaderClassName
{
color: #BBB4C1;
}
.AnyTagClassName
{
color: #BBB4C1;
}
</style>
background-color css
<style>
a { background-color: #BBB4C1; }
a { background-color: rgb(187,180,193); }
div.DivClassName
{
background-color: #BBB4C1;
}
.BgClassName
{
background-color: #BBB4C1;
}
</style>
border-color css
<style>
span { border-color: #BBB4C1; }
span { border-color: rgb(187,180,193); }
td.TdClassName
{
border-color: #BBB4C1;
}
.TagClassName
{
border-color: #BBB4C1;
}
</style>