Shades of Paris White #BECFC0
Tints of Paris White #BECFC0
RGB
CMYK
RGB Variations
Color information
#BECFC0 (or 0xBECFC0) is known color: Paris White. HEX triplet: BE, CF and C0. RGB value is (190,207,192). Sum of RGB (Red+Green+Blue) = 190+207+192=589 (78% of max value = 765). Red value is 190 (74.61% from 255 or 32.26% from 589); Green value is 207 (81.25% from 255 or 35.14% from 589); Blue value is 192 (75.39% from 255 or 32.60% from 589); Max value from RGB is 207 - color contains mainly: green. Hex color #BECFC0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BECFC0 is #41303F. Grayscale: #C8C8C8. Windows color (decimal): -4272192 or 12636094. OLE color: 12636094.
HSL color Cylindrical-coordinate representation of color #BECFC0: hue angle of 127.06º degrees, saturation: 0.15, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #BECFC0 is Cyan = 0.08, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 190 | 207 | 192 | - |
| CMYK | 0.08 | 0 | 0.07 | 0.19 |
| HSL | 127.06º | 0.15% | 0.78% | - |
| HSV(B) | 127.06º | 0.08% | 0.81% | - |
| XYZ | 53.06 | 59.38 | 58.53 | - |
| YUV | 200.21 | 123.37 | 120.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 207 | 192 | 0.08 | 0 | 0.07 | 0.19 | 127.06 | 0.15 | 0.78 |
| Hex | BE | CF | C0 | 8 | 0 | 7 | 13 | 7F | F | 4E |
| Octal | 276 | 317 | 300 | 10 | 0 | 7 | 23 | 177 | 17 | 116 |
| Binary | 10111110 | 11001111 | 11000000 | 1000 | 0 | 111 | 10011 | 1111111 | 1111 | 1001110 |
Color Harmonies of #BECFC0
Complementary color
Monochromatic Colors of #BECFC0
Black with #BECFC0
Text Example
Text Example
White with #BECFC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BECFC0; }
p { color: rgb(190,207,192); }
H1.HeaderClassName
{
color: #BECFC0;
}
.AnyTagClassName
{
color: #BECFC0;
}
</style>
background-color css
<style>
a { background-color: #BECFC0; }
a { background-color: rgb(190,207,192); }
div.DivClassName
{
background-color: #BECFC0;
}
.BgClassName
{
background-color: #BECFC0;
}
</style>
border-color css
<style>
span { border-color: #BECFC0; }
span { border-color: rgb(190,207,192); }
td.TdClassName
{
border-color: #BECFC0;
}
.TagClassName
{
border-color: #BECFC0;
}
</style>