Shades of French Grey #BBB2C3
Tints of French Grey #BBB2C3
RGB
CMYK
RGB Variations
Color information
#BBB2C3 (or 0xBBB2C3) is known color: French Grey. HEX triplet: BB, B2 and C3. RGB value is (187,178,195). Sum of RGB (Red+Green+Blue) = 187+178+195=560 (74% of max value = 765). Red value is 187 (73.44% from 255 or 33.39% from 560); Green value is 178 (69.92% from 255 or 31.79% from 560); Blue value is 195 (76.56% from 255 or 34.82% from 560); Max value from RGB is 195 - color contains mainly: blue. Hex color #BBB2C3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BBB2C3 is #444D3C. Grayscale: #B6B6B6. Windows color (decimal): -4476221 or 12825275. OLE color: 12825275.
HSL color Cylindrical-coordinate representation of color #BBB2C3: hue angle of 271.76º degrees, saturation: 0.12, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #BBB2C3 is Cyan = 0.04, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 187 | 178 | 195 | - |
| CMYK | 0.04 | 0.09 | 0 | 0.24 |
| HSL | 271.76º | 0.12% | 0.73% | - |
| HSV(B) | 271.76º | 0.09% | 0.76% | - |
| XYZ | 46.26 | 46.35 | 58.14 | - |
| YUV | 182.63 | 134.98 | 131.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 178 | 195 | 0.04 | 0.09 | 0 | 0.24 | 271.76 | 0.12 | 0.73 |
| Hex | BB | B2 | C3 | 4 | 9 | 0 | 18 | 110 | C | 49 |
| Octal | 273 | 262 | 303 | 4 | 11 | 0 | 30 | 420 | 14 | 111 |
| Binary | 10111011 | 10110010 | 11000011 | 100 | 1001 | 0 | 11000 | 100010000 | 1100 | 1001001 |
Color Harmonies of #BBB2C3
Complementary color
Monochromatic Colors of #BBB2C3
Black with #BBB2C3
Text Example
Text Example
White with #BBB2C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBB2C3; }
p { color: rgb(187,178,195); }
H1.HeaderClassName
{
color: #BBB2C3;
}
.AnyTagClassName
{
color: #BBB2C3;
}
</style>
background-color css
<style>
a { background-color: #BBB2C3; }
a { background-color: rgb(187,178,195); }
div.DivClassName
{
background-color: #BBB2C3;
}
.BgClassName
{
background-color: #BBB2C3;
}
</style>
border-color css
<style>
span { border-color: #BBB2C3; }
span { border-color: rgb(187,178,195); }
td.TdClassName
{
border-color: #BBB2C3;
}
.TagClassName
{
border-color: #BBB2C3;
}
</style>