Shades of French Grey #BEB7C5
Tints of French Grey #BEB7C5
RGB
CMYK
RGB Variations
Color information
#BEB7C5 (or 0xBEB7C5) is known color: French Grey. HEX triplet: BE, B7 and C5. RGB value is (190,183,197). Sum of RGB (Red+Green+Blue) = 190+183+197=570 (75% of max value = 765). Red value is 190 (74.61% from 255 or 33.33% from 570); Green value is 183 (71.88% from 255 or 32.11% from 570); Blue value is 197 (77.34% from 255 or 34.56% from 570); Max value from RGB is 197 - color contains mainly: blue. Hex color #BEB7C5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BEB7C5 is #41483A. Grayscale: #BABABA. Windows color (decimal): -4278331 or 12957630. OLE color: 12957630.
HSL color Cylindrical-coordinate representation of color #BEB7C5: hue angle of 270º degrees, saturation: 0.11, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #BEB7C5 is Cyan = 0.04, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 190 | 183 | 197 | - |
| CMYK | 0.04 | 0.07 | 0 | 0.23 |
| HSL | 270º | 0.11% | 0.75% | - |
| HSV(B) | 270º | 0.07% | 0.77% | - |
| XYZ | 48.25 | 48.85 | 59.71 | - |
| YUV | 186.69 | 133.82 | 130.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 183 | 197 | 0.04 | 0.07 | 0 | 0.23 | 270 | 0.11 | 0.75 |
| Hex | BE | B7 | C5 | 4 | 7 | 0 | 17 | 10E | B | 4B |
| Octal | 276 | 267 | 305 | 4 | 7 | 0 | 27 | 416 | 13 | 113 |
| Binary | 10111110 | 10110111 | 11000101 | 100 | 111 | 0 | 10111 | 100001110 | 1011 | 1001011 |
Color Harmonies of #BEB7C5
Complementary color
Monochromatic Colors of #BEB7C5
Black with #BEB7C5
Text Example
Text Example
White with #BEB7C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEB7C5; }
p { color: rgb(190,183,197); }
H1.HeaderClassName
{
color: #BEB7C5;
}
.AnyTagClassName
{
color: #BEB7C5;
}
</style>
background-color css
<style>
a { background-color: #BEB7C5; }
a { background-color: rgb(190,183,197); }
div.DivClassName
{
background-color: #BEB7C5;
}
.BgClassName
{
background-color: #BEB7C5;
}
</style>
border-color css
<style>
span { border-color: #BEB7C5; }
span { border-color: rgb(190,183,197); }
td.TdClassName
{
border-color: #BEB7C5;
}
.TagClassName
{
border-color: #BEB7C5;
}
</style>