Shades of French Grey #BEB4C8
Tints of French Grey #BEB4C8
RGB
CMYK
RGB Variations
Color information
#BEB4C8 (or 0xBEB4C8) is known color: French Grey. HEX triplet: BE, B4 and C8. RGB value is (190,180,200). Sum of RGB (Red+Green+Blue) = 190+180+200=570 (75% of max value = 765). Red value is 190 (74.61% from 255 or 33.33% from 570); Green value is 180 (70.70% from 255 or 31.58% from 570); Blue value is 200 (78.52% from 255 or 35.09% from 570); Max value from RGB is 200 - color contains mainly: blue. Hex color #BEB4C8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BEB4C8 is #414B37. Grayscale: #B9B9B9. Windows color (decimal): -4279096 or 13153470. OLE color: 13153470.
HSL color Cylindrical-coordinate representation of color #BEB4C8: hue angle of 270º degrees, saturation: 0.15, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #BEB4C8 is Cyan = 0.05, Magento = 0.1, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 190 | 180 | 200 | - |
| CMYK | 0.05 | 0.1 | 0 | 0.22 |
| HSL | 270º | 0.15% | 0.75% | - |
| HSV(B) | 270º | 0.1% | 0.78% | - |
| XYZ | 47.98 | 47.76 | 61.33 | - |
| YUV | 185.27 | 136.31 | 131.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 180 | 200 | 0.05 | 0.1 | 0 | 0.22 | 270 | 0.15 | 0.75 |
| Hex | BE | B4 | C8 | 5 | A | 0 | 16 | 10E | F | 4B |
| Octal | 276 | 264 | 310 | 5 | 12 | 0 | 26 | 416 | 17 | 113 |
| Binary | 10111110 | 10110100 | 11001000 | 101 | 1010 | 0 | 10110 | 100001110 | 1111 | 1001011 |
Color Harmonies of #BEB4C8
Complementary color
Monochromatic Colors of #BEB4C8
Black with #BEB4C8
Text Example
Text Example
White with #BEB4C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEB4C8; }
p { color: rgb(190,180,200); }
H1.HeaderClassName
{
color: #BEB4C8;
}
.AnyTagClassName
{
color: #BEB4C8;
}
</style>
background-color css
<style>
a { background-color: #BEB4C8; }
a { background-color: rgb(190,180,200); }
div.DivClassName
{
background-color: #BEB4C8;
}
.BgClassName
{
background-color: #BEB4C8;
}
</style>
border-color css
<style>
span { border-color: #BEB4C8; }
span { border-color: rgb(190,180,200); }
td.TdClassName
{
border-color: #BEB4C8;
}
.TagClassName
{
border-color: #BEB4C8;
}
</style>