Shades of French Grey #BBB2C5
Tints of French Grey #BBB2C5
RGB
CMYK
RGB Variations
Color information
#BBB2C5 (or 0xBBB2C5) is known color: French Grey. HEX triplet: BB, B2 and C5. RGB value is (187,178,197). Sum of RGB (Red+Green+Blue) = 187+178+197=562 (74% of max value = 765). Red value is 187 (73.44% from 255 or 33.27% from 562); Green value is 178 (69.92% from 255 or 31.67% from 562); Blue value is 197 (77.34% from 255 or 35.05% from 562); Max value from RGB is 197 - color contains mainly: blue. Hex color #BBB2C5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BBB2C5 is #444D3A. Grayscale: #B6B6B6. Windows color (decimal): -4476219 or 12956347. OLE color: 12956347.
HSL color Cylindrical-coordinate representation of color #BBB2C5: hue angle of 268.42º degrees, saturation: 0.14, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #BBB2C5 is Cyan = 0.05, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 187 | 178 | 197 | - |
| CMYK | 0.05 | 0.10 | 0 | 0.23 |
| HSL | 268.42º | 0.14% | 0.74% | - |
| HSV(B) | 268.42º | 0.1% | 0.77% | - |
| XYZ | 46.49 | 46.44 | 59.34 | - |
| YUV | 182.86 | 135.98 | 130.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 178 | 197 | 0.05 | 0.10 | 0 | 0.23 | 268.42 | 0.14 | 0.74 |
| Hex | BB | B2 | C5 | 5 | A | 0 | 17 | 10C | E | 4A |
| Octal | 273 | 262 | 305 | 5 | 12 | 0 | 27 | 414 | 16 | 112 |
| Binary | 10111011 | 10110010 | 11000101 | 101 | 1010 | 0 | 10111 | 100001100 | 1110 | 1001010 |
Color Harmonies of #BBB2C5
Complementary color
Monochromatic Colors of #BBB2C5
Black with #BBB2C5
Text Example
Text Example
White with #BBB2C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBB2C5; }
p { color: rgb(187,178,197); }
H1.HeaderClassName
{
color: #BBB2C5;
}
.AnyTagClassName
{
color: #BBB2C5;
}
</style>
background-color css
<style>
a { background-color: #BBB2C5; }
a { background-color: rgb(187,178,197); }
div.DivClassName
{
background-color: #BBB2C5;
}
.BgClassName
{
background-color: #BBB2C5;
}
</style>
border-color css
<style>
span { border-color: #BBB2C5; }
span { border-color: rgb(187,178,197); }
td.TdClassName
{
border-color: #BBB2C5;
}
.TagClassName
{
border-color: #BBB2C5;
}
</style>