Shades of French Grey #BBB4C3
Tints of French Grey #BBB4C3
RGB
CMYK
RGB Variations
Color information
#BBB4C3 (or 0xBBB4C3) is known color: French Grey. HEX triplet: BB, B4 and C3. RGB value is (187,180,195). Sum of RGB (Red+Green+Blue) = 187+180+195=562 (74% of max value = 765). Red value is 187 (73.44% from 255 or 33.27% from 562); Green value is 180 (70.70% from 255 or 32.03% from 562); Blue value is 195 (76.56% from 255 or 34.70% from 562); Max value from RGB is 195 - color contains mainly: blue. Hex color #BBB4C3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBB4C3 is #444B3C. Grayscale: #B7B7B7. Windows color (decimal): -4475709 or 12825787. OLE color: 12825787.
HSL color Cylindrical-coordinate representation of color #BBB4C3: hue angle of 268º degrees, saturation: 0.11, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #BBB4C3 is Cyan = 0.04, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 187 | 180 | 195 | - |
| CMYK | 0.04 | 0.08 | 0 | 0.24 |
| HSL | 268º | 0.11% | 0.74% | - |
| HSV(B) | 268º | 0.08% | 0.76% | - |
| XYZ | 46.67 | 47.15 | 58.27 | - |
| YUV | 183.8 | 134.32 | 130.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 180 | 195 | 0.04 | 0.08 | 0 | 0.24 | 268 | 0.11 | 0.74 |
| Hex | BB | B4 | C3 | 4 | 8 | 0 | 18 | 10C | B | 4A |
| Octal | 273 | 264 | 303 | 4 | 10 | 0 | 30 | 414 | 13 | 112 |
| Binary | 10111011 | 10110100 | 11000011 | 100 | 1000 | 0 | 11000 | 100001100 | 1011 | 1001010 |
Color Harmonies of #BBB4C3
Complementary color
Monochromatic Colors of #BBB4C3
Black with #BBB4C3
Text Example
Text Example
White with #BBB4C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBB4C3; }
p { color: rgb(187,180,195); }
H1.HeaderClassName
{
color: #BBB4C3;
}
.AnyTagClassName
{
color: #BBB4C3;
}
</style>
background-color css
<style>
a { background-color: #BBB4C3; }
a { background-color: rgb(187,180,195); }
div.DivClassName
{
background-color: #BBB4C3;
}
.BgClassName
{
background-color: #BBB4C3;
}
</style>
border-color css
<style>
span { border-color: #BBB4C3; }
span { border-color: rgb(187,180,195); }
td.TdClassName
{
border-color: #BBB4C3;
}
.TagClassName
{
border-color: #BBB4C3;
}
</style>