Shades of French Grey #BEB7C2
Tints of French Grey #BEB7C2
RGB
CMYK
RGB Variations
Color information
#BEB7C2 (or 0xBEB7C2) is known color: French Grey. HEX triplet: BE, B7 and C2. RGB value is (190,183,194). Sum of RGB (Red+Green+Blue) = 190+183+194=567 (75% of max value = 765). Red value is 190 (74.61% from 255 or 33.51% from 567); Green value is 183 (71.88% from 255 or 32.28% from 567); Blue value is 194 (76.17% from 255 or 34.22% from 567); Max value from RGB is 194 - color contains mainly: blue. Hex color #BEB7C2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BEB7C2 is #41483D. Grayscale: #BABABA. Windows color (decimal): -4278334 or 12761022. OLE color: 12761022.
HSL color Cylindrical-coordinate representation of color #BEB7C2: hue angle of 278.18º degrees, saturation: 0.08, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #BEB7C2 is Cyan = 0.02, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 190 | 183 | 194 | - |
| CMYK | 0.02 | 0.06 | 0 | 0.24 |
| HSL | 278.18º | 0.08% | 0.74% | - |
| HSV(B) | 278.18º | 0.06% | 0.76% | - |
| XYZ | 47.91 | 48.71 | 57.92 | - |
| YUV | 186.35 | 132.32 | 130.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 183 | 194 | 0.02 | 0.06 | 0 | 0.24 | 278.18 | 0.08 | 0.74 |
| Hex | BE | B7 | C2 | 2 | 6 | 0 | 18 | 116 | 8 | 4A |
| Octal | 276 | 267 | 302 | 2 | 6 | 0 | 30 | 426 | 10 | 112 |
| Binary | 10111110 | 10110111 | 11000010 | 10 | 110 | 0 | 11000 | 100010110 | 1000 | 1001010 |
Color Harmonies of #BEB7C2
Complementary color
Monochromatic Colors of #BEB7C2
Black with #BEB7C2
Text Example
Text Example
White with #BEB7C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEB7C2; }
p { color: rgb(190,183,194); }
H1.HeaderClassName
{
color: #BEB7C2;
}
.AnyTagClassName
{
color: #BEB7C2;
}
</style>
background-color css
<style>
a { background-color: #BEB7C2; }
a { background-color: rgb(190,183,194); }
div.DivClassName
{
background-color: #BEB7C2;
}
.BgClassName
{
background-color: #BEB7C2;
}
</style>
border-color css
<style>
span { border-color: #BEB7C2; }
span { border-color: rgb(190,183,194); }
td.TdClassName
{
border-color: #BEB7C2;
}
.TagClassName
{
border-color: #BEB7C2;
}
</style>