Shades of French Grey #BBB4C7
Tints of French Grey #BBB4C7
RGB
CMYK
RGB Variations
Color information
#BBB4C7 (or 0xBBB4C7) is known color: French Grey. HEX triplet: BB, B4 and C7. RGB value is (187,180,199). Sum of RGB (Red+Green+Blue) = 187+180+199=566 (74% of max value = 765). Red value is 187 (73.44% from 255 or 33.04% from 566); Green value is 180 (70.70% from 255 or 31.80% from 566); Blue value is 199 (78.12% from 255 or 35.16% from 566); Max value from RGB is 199 - color contains mainly: blue. Hex color #BBB4C7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBB4C7 is #444B38. Grayscale: #B8B8B8. Windows color (decimal): -4475705 or 13087931. OLE color: 13087931.
HSL color Cylindrical-coordinate representation of color #BBB4C7: hue angle of 262.11º 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 #BBB4C7 is Cyan = 0.06, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 187 | 180 | 199 | - |
| CMYK | 0.06 | 0.10 | 0 | 0.22 |
| HSL | 262.11º | 0.15% | 0.74% | - |
| HSV(B) | 262.11º | 0.1% | 0.78% | - |
| XYZ | 47.12 | 47.33 | 60.68 | - |
| YUV | 184.26 | 136.32 | 129.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 180 | 199 | 0.06 | 0.10 | 0 | 0.22 | 262.11 | 0.15 | 0.74 |
| Hex | BB | B4 | C7 | 6 | A | 0 | 16 | 106 | F | 4A |
| Octal | 273 | 264 | 307 | 6 | 12 | 0 | 26 | 406 | 17 | 112 |
| Binary | 10111011 | 10110100 | 11000111 | 110 | 1010 | 0 | 10110 | 100000110 | 1111 | 1001010 |
Color Harmonies of #BBB4C7
Complementary color
Monochromatic Colors of #BBB4C7
Black with #BBB4C7
Text Example
Text Example
White with #BBB4C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBB4C7; }
p { color: rgb(187,180,199); }
H1.HeaderClassName
{
color: #BBB4C7;
}
.AnyTagClassName
{
color: #BBB4C7;
}
</style>
background-color css
<style>
a { background-color: #BBB4C7; }
a { background-color: rgb(187,180,199); }
div.DivClassName
{
background-color: #BBB4C7;
}
.BgClassName
{
background-color: #BBB4C7;
}
</style>
border-color css
<style>
span { border-color: #BBB4C7; }
span { border-color: rgb(187,180,199); }
td.TdClassName
{
border-color: #BBB4C7;
}
.TagClassName
{
border-color: #BBB4C7;
}
</style>