Shades of French Grey #BBB4C5
Tints of French Grey #BBB4C5
RGB
CMYK
RGB Variations
Color information
#BBB4C5 (or 0xBBB4C5) is known color: French Grey. HEX triplet: BB, B4 and C5. RGB value is (187,180,197). Sum of RGB (Red+Green+Blue) = 187+180+197=564 (74% of max value = 765). Red value is 187 (73.44% from 255 or 33.16% from 564); Green value is 180 (70.70% from 255 or 31.91% from 564); Blue value is 197 (77.34% from 255 or 34.93% from 564); Max value from RGB is 197 - color contains mainly: blue. Hex color #BBB4C5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBB4C5 is #444B3A. Grayscale: #B7B7B7. Windows color (decimal): -4475707 or 12956859. OLE color: 12956859.
HSL color Cylindrical-coordinate representation of color #BBB4C5: hue angle of 264.71º degrees, saturation: 0.13, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #BBB4C5 is Cyan = 0.05, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 187 | 180 | 197 | - |
| CMYK | 0.05 | 0.09 | 0 | 0.23 |
| HSL | 264.71º | 0.13% | 0.74% | - |
| HSV(B) | 264.71º | 0.09% | 0.77% | - |
| XYZ | 46.89 | 47.24 | 59.47 | - |
| YUV | 184.03 | 135.32 | 130.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 180 | 197 | 0.05 | 0.09 | 0 | 0.23 | 264.71 | 0.13 | 0.74 |
| Hex | BB | B4 | C5 | 5 | 9 | 0 | 17 | 109 | D | 4A |
| Octal | 273 | 264 | 305 | 5 | 11 | 0 | 27 | 411 | 15 | 112 |
| Binary | 10111011 | 10110100 | 11000101 | 101 | 1001 | 0 | 10111 | 100001001 | 1101 | 1001010 |
Color Harmonies of #BBB4C5
Complementary color
Monochromatic Colors of #BBB4C5
Black with #BBB4C5
Text Example
Text Example
White with #BBB4C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBB4C5; }
p { color: rgb(187,180,197); }
H1.HeaderClassName
{
color: #BBB4C5;
}
.AnyTagClassName
{
color: #BBB4C5;
}
</style>
background-color css
<style>
a { background-color: #BBB4C5; }
a { background-color: rgb(187,180,197); }
div.DivClassName
{
background-color: #BBB4C5;
}
.BgClassName
{
background-color: #BBB4C5;
}
</style>
border-color css
<style>
span { border-color: #BBB4C5; }
span { border-color: rgb(187,180,197); }
td.TdClassName
{
border-color: #BBB4C5;
}
.TagClassName
{
border-color: #BBB4C5;
}
</style>