Shades of French Grey #B7B0C1
Tints of French Grey #B7B0C1
RGB
CMYK
RGB Variations
Color information
#B7B0C1 (or 0xB7B0C1) is known color: French Grey. HEX triplet: B7, B0 and C1. RGB value is (183,176,193). Sum of RGB (Red+Green+Blue) = 183+176+193=552 (73% of max value = 765). Red value is 183 (71.88% from 255 or 33.15% from 552); Green value is 176 (69.14% from 255 or 31.88% from 552); Blue value is 193 (75.78% from 255 or 34.96% from 552); Max value from RGB is 193 - color contains mainly: blue. Hex color #B7B0C1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B7B0C1 is #484F3E. Grayscale: #B3B3B3. Windows color (decimal): -4738879 or 12693687. OLE color: 12693687.
HSL color Cylindrical-coordinate representation of color #B7B0C1: hue angle of 264.71º degrees, saturation: 0.12, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #B7B0C1 is Cyan = 0.05, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 183 | 176 | 193 | - |
| CMYK | 0.05 | 0.09 | 0 | 0.24 |
| HSL | 264.71º | 0.12% | 0.72% | - |
| HSV(B) | 264.71º | 0.09% | 0.76% | - |
| XYZ | 44.68 | 44.97 | 56.78 | - |
| YUV | 180.03 | 135.32 | 130.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 176 | 193 | 0.05 | 0.09 | 0 | 0.24 | 264.71 | 0.12 | 0.72 |
| Hex | B7 | B0 | C1 | 5 | 9 | 0 | 18 | 109 | C | 48 |
| Octal | 267 | 260 | 301 | 5 | 11 | 0 | 30 | 411 | 14 | 110 |
| Binary | 10110111 | 10110000 | 11000001 | 101 | 1001 | 0 | 11000 | 100001001 | 1100 | 1001000 |
Color Harmonies of #B7B0C1
Complementary color
Monochromatic Colors of #B7B0C1
Black with #B7B0C1
Text Example
Text Example
White with #B7B0C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7B0C1; }
p { color: rgb(183,176,193); }
H1.HeaderClassName
{
color: #B7B0C1;
}
.AnyTagClassName
{
color: #B7B0C1;
}
</style>
background-color css
<style>
a { background-color: #B7B0C1; }
a { background-color: rgb(183,176,193); }
div.DivClassName
{
background-color: #B7B0C1;
}
.BgClassName
{
background-color: #B7B0C1;
}
</style>
border-color css
<style>
span { border-color: #B7B0C1; }
span { border-color: rgb(183,176,193); }
td.TdClassName
{
border-color: #B7B0C1;
}
.TagClassName
{
border-color: #B7B0C1;
}
</style>