Shades of French Grey #BEBDC0
Tints of French Grey #BEBDC0
RGB
CMYK
RGB Variations
Color information
#BEBDC0 (or 0xBEBDC0) is known color: French Grey. HEX triplet: BE, BD and C0. RGB value is (190,189,192). Sum of RGB (Red+Green+Blue) = 190+189+192=571 (75% of max value = 765). Red value is 190 (74.61% from 255 or 33.27% from 571); Green value is 189 (74.22% from 255 or 33.10% from 571); Blue value is 192 (75.39% from 255 or 33.63% from 571); Max value from RGB is 192 - color contains mainly: blue. Hex color #BEBDC0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BEBDC0 is #41423F. Grayscale: #BDBDBD. Windows color (decimal): -4276800 or 12631486. OLE color: 12631486.
HSL color Cylindrical-coordinate representation of color #BEBDC0: hue angle of 260º degrees, saturation: 0.02, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #BEBDC0 is Cyan = 0.01, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
RGB | 190 | 189 | 192 | - |
CMYK | 0.01 | 0.02 | 0 | 0.25 |
HSL | 260º | 0.02% | 0.75% | - |
HSV(B) | 260º | 0.02% | 0.75% | - |
XYZ | 48.95 | 51.15 | 57.16 | - |
YUV | 189.64 | 129.33 | 128.26 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 190 | 189 | 192 | 0.01 | 0.02 | 0 | 0.25 | 260 | 0.02 | 0.75 |
Hex | BE | BD | C0 | 1 | 2 | 0 | 19 | 104 | 2 | 4B |
Octal | 276 | 275 | 300 | 1 | 2 | 0 | 31 | 404 | 2 | 113 |
Binary | 10111110 | 10111101 | 11000000 | 1 | 10 | 0 | 11001 | 100000100 | 10 | 1001011 |
Color Harmonies of #BEBDC0
Complementary color
Monochromatic Colors of #BEBDC0
Black with #BEBDC0
Text Example
Text Example
White with #BEBDC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEBDC0; }
p { color: rgb(190,189,192); }
H1.HeaderClassName
{
color: #BEBDC0;
}
.AnyTagClassName
{
color: #BEBDC0;
}
</style>
background-color css
<style>
a { background-color: #BEBDC0; }
a { background-color: rgb(190,189,192); }
div.DivClassName
{
background-color: #BEBDC0;
}
.BgClassName
{
background-color: #BEBDC0;
}
</style>
border-color css
<style>
span { border-color: #BEBDC0; }
span { border-color: rgb(190,189,192); }
td.TdClassName
{
border-color: #BEBDC0;
}
.TagClassName
{
border-color: #BEBDC0;
}
</style>