Shades of French Grey #B7B3BC
Tints of French Grey #B7B3BC
RGB
CMYK
RGB Variations
Color information
#B7B3BC (or 0xB7B3BC) is known color: French Grey. HEX triplet: B7, B3 and BC. RGB value is (183,179,188). Sum of RGB (Red+Green+Blue) = 183+179+188=550 (72% of max value = 765). Red value is 183 (71.88% from 255 or 33.27% from 550); Green value is 179 (70.31% from 255 or 32.55% from 550); Blue value is 188 (73.83% from 255 or 34.18% from 550); Max value from RGB is 188 - color contains mainly: blue. Hex color #B7B3BC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B7B3BC is #484C43. Grayscale: #B5B5B5. Windows color (decimal): -4738116 or 12366775. OLE color: 12366775.
HSL color Cylindrical-coordinate representation of color #B7B3BC: hue angle of 266.67º degrees, saturation: 0.06, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #B7B3BC is Cyan = 0.03, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 183 | 179 | 188 | - |
| CMYK | 0.03 | 0.05 | 0 | 0.26 |
| HSL | 266.67º | 0.06% | 0.72% | - |
| HSV(B) | 266.67º | 0.05% | 0.74% | - |
| XYZ | 44.73 | 45.94 | 54.09 | - |
| YUV | 181.22 | 131.83 | 129.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 179 | 188 | 0.03 | 0.05 | 0 | 0.26 | 266.67 | 0.06 | 0.72 |
| Hex | B7 | B3 | BC | 3 | 5 | 0 | 1A | 10B | 6 | 48 |
| Octal | 267 | 263 | 274 | 3 | 5 | 0 | 32 | 413 | 6 | 110 |
| Binary | 10110111 | 10110011 | 10111100 | 11 | 101 | 0 | 11010 | 100001011 | 110 | 1001000 |
Color Harmonies of #B7B3BC
Complementary color
Monochromatic Colors of #B7B3BC
Black with #B7B3BC
Text Example
Text Example
White with #B7B3BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7B3BC; }
p { color: rgb(183,179,188); }
H1.HeaderClassName
{
color: #B7B3BC;
}
.AnyTagClassName
{
color: #B7B3BC;
}
</style>
background-color css
<style>
a { background-color: #B7B3BC; }
a { background-color: rgb(183,179,188); }
div.DivClassName
{
background-color: #B7B3BC;
}
.BgClassName
{
background-color: #B7B3BC;
}
</style>
border-color css
<style>
span { border-color: #B7B3BC; }
span { border-color: rgb(183,179,188); }
td.TdClassName
{
border-color: #B7B3BC;
}
.TagClassName
{
border-color: #B7B3BC;
}
</style>