Shades of French Grey #BBB6C5
Tints of French Grey #BBB6C5
RGB
CMYK
RGB Variations
Color information
#BBB6C5 (or 0xBBB6C5) is known color: French Grey. HEX triplet: BB, B6 and C5. RGB value is (187,182,197). Sum of RGB (Red+Green+Blue) = 187+182+197=566 (74% of max value = 765). Red value is 187 (73.44% from 255 or 33.04% from 566); Green value is 182 (71.48% from 255 or 32.16% from 566); Blue value is 197 (77.34% from 255 or 34.81% from 566); Max value from RGB is 197 - color contains mainly: blue. Hex color #BBB6C5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBB6C5 is #44493A. Grayscale: #B9B9B9. Windows color (decimal): -4475195 or 12957371. OLE color: 12957371.
HSL color Cylindrical-coordinate representation of color #BBB6C5: hue angle of 260º degrees, saturation: 0.11, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #BBB6C5 is Cyan = 0.05, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 187 | 182 | 197 | - |
| CMYK | 0.05 | 0.08 | 0 | 0.23 |
| HSL | 260º | 0.11% | 0.74% | - |
| HSV(B) | 260º | 0.08% | 0.77% | - |
| XYZ | 47.3 | 48.05 | 59.61 | - |
| YUV | 185.21 | 134.66 | 129.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 182 | 197 | 0.05 | 0.08 | 0 | 0.23 | 260 | 0.11 | 0.74 |
| Hex | BB | B6 | C5 | 5 | 8 | 0 | 17 | 104 | B | 4A |
| Octal | 273 | 266 | 305 | 5 | 10 | 0 | 27 | 404 | 13 | 112 |
| Binary | 10111011 | 10110110 | 11000101 | 101 | 1000 | 0 | 10111 | 100000100 | 1011 | 1001010 |
Color Harmonies of #BBB6C5
Complementary color
Monochromatic Colors of #BBB6C5
Black with #BBB6C5
Text Example
Text Example
White with #BBB6C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBB6C5; }
p { color: rgb(187,182,197); }
H1.HeaderClassName
{
color: #BBB6C5;
}
.AnyTagClassName
{
color: #BBB6C5;
}
</style>
background-color css
<style>
a { background-color: #BBB6C5; }
a { background-color: rgb(187,182,197); }
div.DivClassName
{
background-color: #BBB6C5;
}
.BgClassName
{
background-color: #BBB6C5;
}
</style>
border-color css
<style>
span { border-color: #BBB6C5; }
span { border-color: rgb(187,182,197); }
td.TdClassName
{
border-color: #BBB6C5;
}
.TagClassName
{
border-color: #BBB6C5;
}
</style>