Shades of French Grey #B7B2C0
Tints of French Grey #B7B2C0
RGB
CMYK
RGB Variations
Color information
#B7B2C0 (or 0xB7B2C0) is known color: French Grey. HEX triplet: B7, B2 and C0. RGB value is (183,178,192). Sum of RGB (Red+Green+Blue) = 183+178+192=553 (73% of max value = 765). Red value is 183 (71.88% from 255 or 33.09% from 553); Green value is 178 (69.92% from 255 or 32.19% from 553); Blue value is 192 (75.39% from 255 or 34.72% from 553); Max value from RGB is 192 - color contains mainly: blue. Hex color #B7B2C0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B7B2C0 is #484D3F. Grayscale: #B5B5B5. Windows color (decimal): -4738368 or 12628663. OLE color: 12628663.
HSL color Cylindrical-coordinate representation of color #B7B2C0: hue angle of 261.43º degrees, saturation: 0.1, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #B7B2C0 is Cyan = 0.05, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
RGB | 183 | 178 | 192 | - |
CMYK | 0.05 | 0.07 | 0 | 0.25 |
HSL | 261.43º | 0.1% | 0.73% | - |
HSV(B) | 261.43º | 0.07% | 0.75% | - |
XYZ | 44.96 | 45.71 | 56.32 | - |
YUV | 181.09 | 134.16 | 129.36 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 183 | 178 | 192 | 0.05 | 0.07 | 0 | 0.25 | 261.43 | 0.1 | 0.73 |
Hex | B7 | B2 | C0 | 5 | 7 | 0 | 19 | 105 | A | 49 |
Octal | 267 | 262 | 300 | 5 | 7 | 0 | 31 | 405 | 12 | 111 |
Binary | 10110111 | 10110010 | 11000000 | 101 | 111 | 0 | 11001 | 100000101 | 1010 | 1001001 |
Color Harmonies of #B7B2C0
Complementary color
Monochromatic Colors of #B7B2C0
Black with #B7B2C0
Text Example
Text Example
White with #B7B2C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7B2C0; }
p { color: rgb(183,178,192); }
H1.HeaderClassName
{
color: #B7B2C0;
}
.AnyTagClassName
{
color: #B7B2C0;
}
</style>
background-color css
<style>
a { background-color: #B7B2C0; }
a { background-color: rgb(183,178,192); }
div.DivClassName
{
background-color: #B7B2C0;
}
.BgClassName
{
background-color: #B7B2C0;
}
</style>
border-color css
<style>
span { border-color: #B7B2C0; }
span { border-color: rgb(183,178,192); }
td.TdClassName
{
border-color: #B7B2C0;
}
.TagClassName
{
border-color: #B7B2C0;
}
</style>