Shades of French Grey #BBB5C1
Tints of French Grey #BBB5C1
RGB
CMYK
RGB Variations
Color information
#BBB5C1 (or 0xBBB5C1) is known color: French Grey. HEX triplet: BB, B5 and C1. RGB value is (187,181,193). Sum of RGB (Red+Green+Blue) = 187+181+193=561 (74% of max value = 765). Red value is 187 (73.44% from 255 or 33.33% from 561); Green value is 181 (71.09% from 255 or 32.26% from 561); Blue value is 193 (75.78% from 255 or 34.40% from 561); Max value from RGB is 193 - color contains mainly: blue. Hex color #BBB5C1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBB5C1 is #444A3E. Grayscale: #B8B8B8. Windows color (decimal): -4475455 or 12694971. OLE color: 12694971.
HSL color Cylindrical-coordinate representation of color #BBB5C1: hue angle of 270º degrees, saturation: 0.09, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #BBB5C1 is Cyan = 0.03, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 187 | 181 | 193 | - |
| CMYK | 0.03 | 0.06 | 0 | 0.24 |
| HSL | 270º | 0.09% | 0.73% | - |
| HSV(B) | 270º | 0.06% | 0.76% | - |
| XYZ | 46.64 | 47.46 | 57.15 | - |
| YUV | 184.16 | 132.99 | 130.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 181 | 193 | 0.03 | 0.06 | 0 | 0.24 | 270 | 0.09 | 0.73 |
| Hex | BB | B5 | C1 | 3 | 6 | 0 | 18 | 10E | 9 | 49 |
| Octal | 273 | 265 | 301 | 3 | 6 | 0 | 30 | 416 | 11 | 111 |
| Binary | 10111011 | 10110101 | 11000001 | 11 | 110 | 0 | 11000 | 100001110 | 1001 | 1001001 |
Color Harmonies of #BBB5C1
Complementary color
Monochromatic Colors of #BBB5C1
Black with #BBB5C1
Text Example
Text Example
White with #BBB5C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBB5C1; }
p { color: rgb(187,181,193); }
H1.HeaderClassName
{
color: #BBB5C1;
}
.AnyTagClassName
{
color: #BBB5C1;
}
</style>
background-color css
<style>
a { background-color: #BBB5C1; }
a { background-color: rgb(187,181,193); }
div.DivClassName
{
background-color: #BBB5C1;
}
.BgClassName
{
background-color: #BBB5C1;
}
</style>
border-color css
<style>
span { border-color: #BBB5C1; }
span { border-color: rgb(187,181,193); }
td.TdClassName
{
border-color: #BBB5C1;
}
.TagClassName
{
border-color: #BBB5C1;
}
</style>