Shades of French Grey #BBB6C1
Tints of French Grey #BBB6C1
RGB
CMYK
RGB Variations
Color information
#BBB6C1 (or 0xBBB6C1) is known color: French Grey. HEX triplet: BB, B6 and C1. RGB value is (187,182,193). Sum of RGB (Red+Green+Blue) = 187+182+193=562 (74% of max value = 765). Red value is 187 (73.44% from 255 or 33.27% from 562); Green value is 182 (71.48% from 255 or 32.38% from 562); Blue value is 193 (75.78% from 255 or 34.34% from 562); Max value from RGB is 193 - color contains mainly: blue. Hex color #BBB6C1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBB6C1 is #44493E. Grayscale: #B8B8B8. Windows color (decimal): -4475199 or 12695227. OLE color: 12695227.
HSL color Cylindrical-coordinate representation of color #BBB6C1: hue angle of 267.27º degrees, saturation: 0.08, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #BBB6C1 is Cyan = 0.03, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 187 | 182 | 193 | - |
| CMYK | 0.03 | 0.06 | 0 | 0.24 |
| HSL | 267.27º | 0.08% | 0.74% | - |
| HSV(B) | 267.27º | 0.06% | 0.76% | - |
| XYZ | 46.85 | 47.87 | 57.22 | - |
| YUV | 184.75 | 132.66 | 129.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 182 | 193 | 0.03 | 0.06 | 0 | 0.24 | 267.27 | 0.08 | 0.74 |
| Hex | BB | B6 | C1 | 3 | 6 | 0 | 18 | 10B | 8 | 4A |
| Octal | 273 | 266 | 301 | 3 | 6 | 0 | 30 | 413 | 10 | 112 |
| Binary | 10111011 | 10110110 | 11000001 | 11 | 110 | 0 | 11000 | 100001011 | 1000 | 1001010 |
Color Harmonies of #BBB6C1
Complementary color
Monochromatic Colors of #BBB6C1
Black with #BBB6C1
Text Example
Text Example
White with #BBB6C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBB6C1; }
p { color: rgb(187,182,193); }
H1.HeaderClassName
{
color: #BBB6C1;
}
.AnyTagClassName
{
color: #BBB6C1;
}
</style>
background-color css
<style>
a { background-color: #BBB6C1; }
a { background-color: rgb(187,182,193); }
div.DivClassName
{
background-color: #BBB6C1;
}
.BgClassName
{
background-color: #BBB6C1;
}
</style>
border-color css
<style>
span { border-color: #BBB6C1; }
span { border-color: rgb(187,182,193); }
td.TdClassName
{
border-color: #BBB6C1;
}
.TagClassName
{
border-color: #BBB6C1;
}
</style>