Shades of Paris White #BEC8C0
Tints of Paris White #BEC8C0
RGB
CMYK
RGB Variations
Color information
#BEC8C0 (or 0xBEC8C0) is known color: Paris White. HEX triplet: BE, C8 and C0. RGB value is (190,200,192). Sum of RGB (Red+Green+Blue) = 190+200+192=582 (77% of max value = 765). Red value is 190 (74.61% from 255 or 32.65% from 582); Green value is 200 (78.52% from 255 or 34.36% from 582); Blue value is 192 (75.39% from 255 or 32.99% from 582); Max value from RGB is 200 - color contains mainly: green. Hex color #BEC8C0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BEC8C0 is #41373F. Grayscale: #C4C4C4. Windows color (decimal): -4273984 or 12634302. OLE color: 12634302.
HSL color Cylindrical-coordinate representation of color #BEC8C0: hue angle of 132º degrees, saturation: 0.08, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #BEC8C0 is Cyan = 0.05, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.22.
Color convert
RGB | 190 | 200 | 192 | - |
CMYK | 0.05 | 0 | 0.04 | 0.22 |
HSL | 132º | 0.08% | 0.76% | - |
HSV(B) | 132º | 0.05% | 0.78% | - |
XYZ | 51.4 | 56.06 | 57.98 | - |
YUV | 196.1 | 125.69 | 123.65 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 190 | 200 | 192 | 0.05 | 0 | 0.04 | 0.22 | 132 | 0.08 | 0.76 |
Hex | BE | C8 | C0 | 5 | 0 | 4 | 16 | 84 | 8 | 4C |
Octal | 276 | 310 | 300 | 5 | 0 | 4 | 26 | 204 | 10 | 114 |
Binary | 10111110 | 11001000 | 11000000 | 101 | 0 | 100 | 10110 | 10000100 | 1000 | 1001100 |
Color Harmonies of #BEC8C0
Complementary color
Monochromatic Colors of #BEC8C0
Black with #BEC8C0
Text Example
Text Example
White with #BEC8C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEC8C0; }
p { color: rgb(190,200,192); }
H1.HeaderClassName
{
color: #BEC8C0;
}
.AnyTagClassName
{
color: #BEC8C0;
}
</style>
background-color css
<style>
a { background-color: #BEC8C0; }
a { background-color: rgb(190,200,192); }
div.DivClassName
{
background-color: #BEC8C0;
}
.BgClassName
{
background-color: #BEC8C0;
}
</style>
border-color css
<style>
span { border-color: #BEC8C0; }
span { border-color: rgb(190,200,192); }
td.TdClassName
{
border-color: #BEC8C0;
}
.TagClassName
{
border-color: #BEC8C0;
}
</style>