Shades of French Grey #B7B2BE
Tints of French Grey #B7B2BE
RGB
CMYK
RGB Variations
Color information
#B7B2BE (or 0xB7B2BE) is known color: French Grey. HEX triplet: B7, B2 and BE. RGB value is (183,178,190). Sum of RGB (Red+Green+Blue) = 183+178+190=551 (72% of max value = 765). Red value is 183 (71.88% from 255 or 33.21% from 551); Green value is 178 (69.92% from 255 or 32.30% from 551); Blue value is 190 (74.61% from 255 or 34.48% from 551); Max value from RGB is 190 - color contains mainly: blue. Hex color #B7B2BE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B7B2BE is #484D41. Grayscale: #B4B4B4. Windows color (decimal): -4738370 or 12497591. OLE color: 12497591.
HSL color Cylindrical-coordinate representation of color #B7B2BE: hue angle of 265º degrees, saturation: 0.08, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #B7B2BE is Cyan = 0.04, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
RGB | 183 | 178 | 190 | - |
CMYK | 0.04 | 0.06 | 0 | 0.25 |
HSL | 265º | 0.08% | 0.72% | - |
HSV(B) | 265º | 0.06% | 0.75% | - |
XYZ | 44.74 | 45.63 | 55.16 | - |
YUV | 180.86 | 133.16 | 129.52 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 183 | 178 | 190 | 0.04 | 0.06 | 0 | 0.25 | 265 | 0.08 | 0.72 |
Hex | B7 | B2 | BE | 4 | 6 | 0 | 19 | 109 | 8 | 48 |
Octal | 267 | 262 | 276 | 4 | 6 | 0 | 31 | 411 | 10 | 110 |
Binary | 10110111 | 10110010 | 10111110 | 100 | 110 | 0 | 11001 | 100001001 | 1000 | 1001000 |
Color Harmonies of #B7B2BE
Complementary color
Monochromatic Colors of #B7B2BE
Black with #B7B2BE
Text Example
Text Example
White with #B7B2BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7B2BE; }
p { color: rgb(183,178,190); }
H1.HeaderClassName
{
color: #B7B2BE;
}
.AnyTagClassName
{
color: #B7B2BE;
}
</style>
background-color css
<style>
a { background-color: #B7B2BE; }
a { background-color: rgb(183,178,190); }
div.DivClassName
{
background-color: #B7B2BE;
}
.BgClassName
{
background-color: #B7B2BE;
}
</style>
border-color css
<style>
span { border-color: #B7B2BE; }
span { border-color: rgb(183,178,190); }
td.TdClassName
{
border-color: #B7B2BE;
}
.TagClassName
{
border-color: #B7B2BE;
}
</style>