Shades of French Grey #BBB5C3
Tints of French Grey #BBB5C3
RGB
CMYK
RGB Variations
Color information
#BBB5C3 (or 0xBBB5C3) is known color: French Grey. HEX triplet: BB, B5 and C3. RGB value is (187,181,195). Sum of RGB (Red+Green+Blue) = 187+181+195=563 (74% of max value = 765). Red value is 187 (73.44% from 255 or 33.21% from 563); Green value is 181 (71.09% from 255 or 32.15% from 563); Blue value is 195 (76.56% from 255 or 34.64% from 563); Max value from RGB is 195 - color contains mainly: blue. Hex color #BBB5C3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBB5C3 is #444A3C. Grayscale: #B8B8B8. Windows color (decimal): -4475453 or 12826043. OLE color: 12826043.
HSL color Cylindrical-coordinate representation of color #BBB5C3: hue angle of 265.71º degrees, saturation: 0.1, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #BBB5C3 is Cyan = 0.04, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 187 | 181 | 195 | - |
| CMYK | 0.04 | 0.07 | 0 | 0.24 |
| HSL | 265.71º | 0.1% | 0.74% | - |
| HSV(B) | 265.71º | 0.07% | 0.76% | - |
| XYZ | 46.87 | 47.55 | 58.34 | - |
| YUV | 184.39 | 133.99 | 129.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 181 | 195 | 0.04 | 0.07 | 0 | 0.24 | 265.71 | 0.1 | 0.74 |
| Hex | BB | B5 | C3 | 4 | 7 | 0 | 18 | 10A | A | 4A |
| Octal | 273 | 265 | 303 | 4 | 7 | 0 | 30 | 412 | 12 | 112 |
| Binary | 10111011 | 10110101 | 11000011 | 100 | 111 | 0 | 11000 | 100001010 | 1010 | 1001010 |
Color Harmonies of #BBB5C3
Complementary color
Monochromatic Colors of #BBB5C3
Black with #BBB5C3
Text Example
Text Example
White with #BBB5C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBB5C3; }
p { color: rgb(187,181,195); }
H1.HeaderClassName
{
color: #BBB5C3;
}
.AnyTagClassName
{
color: #BBB5C3;
}
</style>
background-color css
<style>
a { background-color: #BBB5C3; }
a { background-color: rgb(187,181,195); }
div.DivClassName
{
background-color: #BBB5C3;
}
.BgClassName
{
background-color: #BBB5C3;
}
</style>
border-color css
<style>
span { border-color: #BBB5C3; }
span { border-color: rgb(187,181,195); }
td.TdClassName
{
border-color: #BBB5C3;
}
.TagClassName
{
border-color: #BBB5C3;
}
</style>