Shades of French Grey #B7B3BA
Tints of French Grey #B7B3BA
RGB
CMYK
RGB Variations
Color information
#B7B3BA (or 0xB7B3BA) is known color: French Grey. HEX triplet: B7, B3 and BA. RGB value is (183,179,186). Sum of RGB (Red+Green+Blue) = 183+179+186=548 (72% of max value = 765). Red value is 183 (71.88% from 255 or 33.39% from 548); Green value is 179 (70.31% from 255 or 32.66% from 548); Blue value is 186 (73.05% from 255 or 33.94% from 548); Max value from RGB is 186 - color contains mainly: blue. Hex color #B7B3BA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B7B3BA is #484C45. Grayscale: #B4B4B4. Windows color (decimal): -4738118 or 12235703. OLE color: 12235703.
HSL color Cylindrical-coordinate representation of color #B7B3BA: hue angle of 274.29º degrees, saturation: 0.05, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #B7B3BA is Cyan = 0.02, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 183 | 179 | 186 | - |
| CMYK | 0.02 | 0.04 | 0 | 0.27 |
| HSL | 274.29º | 0.05% | 0.72% | - |
| HSV(B) | 274.29º | 0.04% | 0.73% | - |
| XYZ | 44.51 | 45.85 | 52.96 | - |
| YUV | 180.99 | 130.83 | 129.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 179 | 186 | 0.02 | 0.04 | 0 | 0.27 | 274.29 | 0.05 | 0.72 |
| Hex | B7 | B3 | BA | 2 | 4 | 0 | 1B | 112 | 5 | 48 |
| Octal | 267 | 263 | 272 | 2 | 4 | 0 | 33 | 422 | 5 | 110 |
| Binary | 10110111 | 10110011 | 10111010 | 10 | 100 | 0 | 11011 | 100010010 | 101 | 1001000 |
Color Harmonies of #B7B3BA
Complementary color
Monochromatic Colors of #B7B3BA
Black with #B7B3BA
Text Example
Text Example
White with #B7B3BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7B3BA; }
p { color: rgb(183,179,186); }
H1.HeaderClassName
{
color: #B7B3BA;
}
.AnyTagClassName
{
color: #B7B3BA;
}
</style>
background-color css
<style>
a { background-color: #B7B3BA; }
a { background-color: rgb(183,179,186); }
div.DivClassName
{
background-color: #B7B3BA;
}
.BgClassName
{
background-color: #B7B3BA;
}
</style>
border-color css
<style>
span { border-color: #B7B3BA; }
span { border-color: rgb(183,179,186); }
td.TdClassName
{
border-color: #B7B3BA;
}
.TagClassName
{
border-color: #B7B3BA;
}
</style>