Shades of French Grey #BBB3C7
Tints of French Grey #BBB3C7
RGB
CMYK
RGB Variations
Color information
#BBB3C7 (or 0xBBB3C7) is known color: French Grey. HEX triplet: BB, B3 and C7. RGB value is (187,179,199). Sum of RGB (Red+Green+Blue) = 187+179+199=565 (74% of max value = 765). Red value is 187 (73.44% from 255 or 33.10% from 565); Green value is 179 (70.31% from 255 or 31.68% from 565); Blue value is 199 (78.12% from 255 or 35.22% from 565); Max value from RGB is 199 - color contains mainly: blue. Hex color #BBB3C7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBB3C7 is #444C38. Grayscale: #B7B7B7. Windows color (decimal): -4475961 or 13087675. OLE color: 13087675.
HSL color Cylindrical-coordinate representation of color #BBB3C7: hue angle of 264º degrees, saturation: 0.15, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #BBB3C7 is Cyan = 0.06, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 187 | 179 | 199 | - |
| CMYK | 0.06 | 0.10 | 0 | 0.22 |
| HSL | 264º | 0.15% | 0.74% | - |
| HSV(B) | 264º | 0.1% | 0.78% | - |
| XYZ | 46.92 | 46.93 | 60.62 | - |
| YUV | 183.67 | 136.65 | 130.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 179 | 199 | 0.06 | 0.10 | 0 | 0.22 | 264 | 0.15 | 0.74 |
| Hex | BB | B3 | C7 | 6 | A | 0 | 16 | 108 | F | 4A |
| Octal | 273 | 263 | 307 | 6 | 12 | 0 | 26 | 410 | 17 | 112 |
| Binary | 10111011 | 10110011 | 11000111 | 110 | 1010 | 0 | 10110 | 100001000 | 1111 | 1001010 |
Color Harmonies of #BBB3C7
Complementary color
Monochromatic Colors of #BBB3C7
Black with #BBB3C7
Text Example
Text Example
White with #BBB3C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBB3C7; }
p { color: rgb(187,179,199); }
H1.HeaderClassName
{
color: #BBB3C7;
}
.AnyTagClassName
{
color: #BBB3C7;
}
</style>
background-color css
<style>
a { background-color: #BBB3C7; }
a { background-color: rgb(187,179,199); }
div.DivClassName
{
background-color: #BBB3C7;
}
.BgClassName
{
background-color: #BBB3C7;
}
</style>
border-color css
<style>
span { border-color: #BBB3C7; }
span { border-color: rgb(187,179,199); }
td.TdClassName
{
border-color: #BBB3C7;
}
.TagClassName
{
border-color: #BBB3C7;
}
</style>