Shades of French Grey #BEB3C7
Tints of French Grey #BEB3C7
RGB
CMYK
RGB Variations
Color information
#BEB3C7 (or 0xBEB3C7) is known color: French Grey. HEX triplet: BE, B3 and C7. RGB value is (190,179,199). Sum of RGB (Red+Green+Blue) = 190+179+199=568 (75% of max value = 765). Red value is 190 (74.61% from 255 or 33.45% from 568); Green value is 179 (70.31% from 255 or 31.51% from 568); Blue value is 199 (78.12% from 255 or 35.04% from 568); Max value from RGB is 199 - color contains mainly: blue. Hex color #BEB3C7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BEB3C7 is #414C38. Grayscale: #B8B8B8. Windows color (decimal): -4279353 or 13087678. OLE color: 13087678.
HSL color Cylindrical-coordinate representation of color #BEB3C7: hue angle of 273º degrees, saturation: 0.15, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #BEB3C7 is Cyan = 0.05, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 190 | 179 | 199 | - |
| CMYK | 0.05 | 0.10 | 0 | 0.22 |
| HSL | 273º | 0.15% | 0.74% | - |
| HSV(B) | 273º | 0.1% | 0.78% | - |
| XYZ | 47.66 | 47.31 | 60.65 | - |
| YUV | 184.57 | 136.14 | 131.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 179 | 199 | 0.05 | 0.10 | 0 | 0.22 | 273 | 0.15 | 0.74 |
| Hex | BE | B3 | C7 | 5 | A | 0 | 16 | 111 | F | 4A |
| Octal | 276 | 263 | 307 | 5 | 12 | 0 | 26 | 421 | 17 | 112 |
| Binary | 10111110 | 10110011 | 11000111 | 101 | 1010 | 0 | 10110 | 100010001 | 1111 | 1001010 |
Color Harmonies of #BEB3C7
Complementary color
Monochromatic Colors of #BEB3C7
Black with #BEB3C7
Text Example
Text Example
White with #BEB3C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEB3C7; }
p { color: rgb(190,179,199); }
H1.HeaderClassName
{
color: #BEB3C7;
}
.AnyTagClassName
{
color: #BEB3C7;
}
</style>
background-color css
<style>
a { background-color: #BEB3C7; }
a { background-color: rgb(190,179,199); }
div.DivClassName
{
background-color: #BEB3C7;
}
.BgClassName
{
background-color: #BEB3C7;
}
</style>
border-color css
<style>
span { border-color: #BEB3C7; }
span { border-color: rgb(190,179,199); }
td.TdClassName
{
border-color: #BEB3C7;
}
.TagClassName
{
border-color: #BEB3C7;
}
</style>