Shades of French Grey #BEB6C2
Tints of French Grey #BEB6C2
RGB
CMYK
RGB Variations
Color information
#BEB6C2 (or 0xBEB6C2) is known color: French Grey. HEX triplet: BE, B6 and C2. RGB value is (190,182,194). Sum of RGB (Red+Green+Blue) = 190+182+194=566 (74% of max value = 765). Red value is 190 (74.61% from 255 or 33.57% from 566); Green value is 182 (71.48% from 255 or 32.16% from 566); Blue value is 194 (76.17% from 255 or 34.28% from 566); Max value from RGB is 194 - color contains mainly: blue. Hex color #BEB6C2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BEB6C2 is #41493D. Grayscale: #B9B9B9. Windows color (decimal): -4278590 or 12760766. OLE color: 12760766.
HSL color Cylindrical-coordinate representation of color #BEB6C2: hue angle of 280º degrees, saturation: 0.09, 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 #BEB6C2 is Cyan = 0.02, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 190 | 182 | 194 | - |
| CMYK | 0.02 | 0.06 | 0 | 0.24 |
| HSL | 280º | 0.09% | 0.74% | - |
| HSV(B) | 280º | 0.06% | 0.76% | - |
| XYZ | 47.7 | 48.3 | 57.85 | - |
| YUV | 185.76 | 132.65 | 131.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 182 | 194 | 0.02 | 0.06 | 0 | 0.24 | 280 | 0.09 | 0.74 |
| Hex | BE | B6 | C2 | 2 | 6 | 0 | 18 | 118 | 9 | 4A |
| Octal | 276 | 266 | 302 | 2 | 6 | 0 | 30 | 430 | 11 | 112 |
| Binary | 10111110 | 10110110 | 11000010 | 10 | 110 | 0 | 11000 | 100011000 | 1001 | 1001010 |
Color Harmonies of #BEB6C2
Complementary color
Monochromatic Colors of #BEB6C2
Black with #BEB6C2
Text Example
Text Example
White with #BEB6C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEB6C2; }
p { color: rgb(190,182,194); }
H1.HeaderClassName
{
color: #BEB6C2;
}
.AnyTagClassName
{
color: #BEB6C2;
}
</style>
background-color css
<style>
a { background-color: #BEB6C2; }
a { background-color: rgb(190,182,194); }
div.DivClassName
{
background-color: #BEB6C2;
}
.BgClassName
{
background-color: #BEB6C2;
}
</style>
border-color css
<style>
span { border-color: #BEB6C2; }
span { border-color: rgb(190,182,194); }
td.TdClassName
{
border-color: #BEB6C2;
}
.TagClassName
{
border-color: #BEB6C2;
}
</style>