Shades of French Grey #BEB3C8
Tints of French Grey #BEB3C8
RGB
CMYK
RGB Variations
Color information
#BEB3C8 (or 0xBEB3C8) is known color: French Grey. HEX triplet: BE, B3 and C8. RGB value is (190,179,200). Sum of RGB (Red+Green+Blue) = 190+179+200=569 (75% of max value = 765). Red value is 190 (74.61% from 255 or 33.39% from 569); Green value is 179 (70.31% from 255 or 31.46% from 569); Blue value is 200 (78.52% from 255 or 35.15% from 569); Max value from RGB is 200 - color contains mainly: blue. Hex color #BEB3C8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BEB3C8 is #414C37. Grayscale: #B8B8B8. Windows color (decimal): -4279352 or 13153214. OLE color: 13153214.
HSL color Cylindrical-coordinate representation of color #BEB3C8: hue angle of 271.43º degrees, saturation: 0.16, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #BEB3C8 is Cyan = 0.05, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 190 | 179 | 200 | - |
| CMYK | 0.05 | 0.10 | 0 | 0.22 |
| HSL | 271.43º | 0.16% | 0.74% | - |
| HSV(B) | 271.43º | 0.11% | 0.78% | - |
| XYZ | 47.78 | 47.36 | 61.27 | - |
| YUV | 184.68 | 136.64 | 131.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 179 | 200 | 0.05 | 0.10 | 0 | 0.22 | 271.43 | 0.16 | 0.74 |
| Hex | BE | B3 | C8 | 5 | A | 0 | 16 | 10F | 10 | 4A |
| Octal | 276 | 263 | 310 | 5 | 12 | 0 | 26 | 417 | 20 | 112 |
| Binary | 10111110 | 10110011 | 11001000 | 101 | 1010 | 0 | 10110 | 100001111 | 10000 | 1001010 |
Color Harmonies of #BEB3C8
Complementary color
Monochromatic Colors of #BEB3C8
Black with #BEB3C8
Text Example
Text Example
White with #BEB3C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEB3C8; }
p { color: rgb(190,179,200); }
H1.HeaderClassName
{
color: #BEB3C8;
}
.AnyTagClassName
{
color: #BEB3C8;
}
</style>
background-color css
<style>
a { background-color: #BEB3C8; }
a { background-color: rgb(190,179,200); }
div.DivClassName
{
background-color: #BEB3C8;
}
.BgClassName
{
background-color: #BEB3C8;
}
</style>
border-color css
<style>
span { border-color: #BEB3C8; }
span { border-color: rgb(190,179,200); }
td.TdClassName
{
border-color: #BEB3C8;
}
.TagClassName
{
border-color: #BEB3C8;
}
</style>