Shades of French Grey #BBB2C1
Tints of French Grey #BBB2C1
RGB
CMYK
RGB Variations
Color information
#BBB2C1 (or 0xBBB2C1) is known color: French Grey. HEX triplet: BB, B2 and C1. RGB value is (187,178,193). Sum of RGB (Red+Green+Blue) = 187+178+193=558 (73% of max value = 765). Red value is 187 (73.44% from 255 or 33.51% from 558); Green value is 178 (69.92% from 255 or 31.90% from 558); Blue value is 193 (75.78% from 255 or 34.59% from 558); Max value from RGB is 193 - color contains mainly: blue. Hex color #BBB2C1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BBB2C1 is #444D3E. Grayscale: #B6B6B6. Windows color (decimal): -4476223 or 12694203. OLE color: 12694203.
HSL color Cylindrical-coordinate representation of color #BBB2C1: hue angle of 276º degrees, saturation: 0.11, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #BBB2C1 is Cyan = 0.03, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 187 | 178 | 193 | - |
| CMYK | 0.03 | 0.08 | 0 | 0.24 |
| HSL | 276º | 0.11% | 0.73% | - |
| HSV(B) | 276º | 0.08% | 0.76% | - |
| XYZ | 46.04 | 46.26 | 56.95 | - |
| YUV | 182.4 | 133.98 | 131.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 178 | 193 | 0.03 | 0.08 | 0 | 0.24 | 276 | 0.11 | 0.73 |
| Hex | BB | B2 | C1 | 3 | 8 | 0 | 18 | 114 | B | 49 |
| Octal | 273 | 262 | 301 | 3 | 10 | 0 | 30 | 424 | 13 | 111 |
| Binary | 10111011 | 10110010 | 11000001 | 11 | 1000 | 0 | 11000 | 100010100 | 1011 | 1001001 |
Color Harmonies of #BBB2C1
Complementary color
Monochromatic Colors of #BBB2C1
Black with #BBB2C1
Text Example
Text Example
White with #BBB2C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBB2C1; }
p { color: rgb(187,178,193); }
H1.HeaderClassName
{
color: #BBB2C1;
}
.AnyTagClassName
{
color: #BBB2C1;
}
</style>
background-color css
<style>
a { background-color: #BBB2C1; }
a { background-color: rgb(187,178,193); }
div.DivClassName
{
background-color: #BBB2C1;
}
.BgClassName
{
background-color: #BBB2C1;
}
</style>
border-color css
<style>
span { border-color: #BBB2C1; }
span { border-color: rgb(187,178,193); }
td.TdClassName
{
border-color: #BBB2C1;
}
.TagClassName
{
border-color: #BBB2C1;
}
</style>