Shades of French Grey #BBB5C5
Tints of French Grey #BBB5C5
RGB
CMYK
RGB Variations
Color information
#BBB5C5 (or 0xBBB5C5) is known color: French Grey. HEX triplet: BB, B5 and C5. RGB value is (187,181,197). Sum of RGB (Red+Green+Blue) = 187+181+197=565 (74% of max value = 765). Red value is 187 (73.44% from 255 or 33.10% from 565); Green value is 181 (71.09% from 255 or 32.04% from 565); Blue value is 197 (77.34% from 255 or 34.87% from 565); Max value from RGB is 197 - color contains mainly: blue. Hex color #BBB5C5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBB5C5 is #444A3A. Grayscale: #B8B8B8. Windows color (decimal): -4475451 or 12957115. OLE color: 12957115.
HSL color Cylindrical-coordinate representation of color #BBB5C5: hue angle of 262.5º degrees, saturation: 0.12, 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 #BBB5C5 is Cyan = 0.05, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 187 | 181 | 197 | - |
| CMYK | 0.05 | 0.08 | 0 | 0.23 |
| HSL | 262.5º | 0.12% | 0.74% | - |
| HSV(B) | 262.5º | 0.08% | 0.77% | - |
| XYZ | 47.1 | 47.64 | 59.54 | - |
| YUV | 184.62 | 134.99 | 129.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 181 | 197 | 0.05 | 0.08 | 0 | 0.23 | 262.5 | 0.12 | 0.74 |
| Hex | BB | B5 | C5 | 5 | 8 | 0 | 17 | 106 | C | 4A |
| Octal | 273 | 265 | 305 | 5 | 10 | 0 | 27 | 406 | 14 | 112 |
| Binary | 10111011 | 10110101 | 11000101 | 101 | 1000 | 0 | 10111 | 100000110 | 1100 | 1001010 |
Color Harmonies of #BBB5C5
Complementary color
Monochromatic Colors of #BBB5C5
Black with #BBB5C5
Text Example
Text Example
White with #BBB5C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBB5C5; }
p { color: rgb(187,181,197); }
H1.HeaderClassName
{
color: #BBB5C5;
}
.AnyTagClassName
{
color: #BBB5C5;
}
</style>
background-color css
<style>
a { background-color: #BBB5C5; }
a { background-color: rgb(187,181,197); }
div.DivClassName
{
background-color: #BBB5C5;
}
.BgClassName
{
background-color: #BBB5C5;
}
</style>
border-color css
<style>
span { border-color: #BBB5C5; }
span { border-color: rgb(187,181,197); }
td.TdClassName
{
border-color: #BBB5C5;
}
.TagClassName
{
border-color: #BBB5C5;
}
</style>