Shades of Paris White #BECFC1
Tints of Paris White #BECFC1
RGB
CMYK
RGB Variations
Color information
#BECFC1 (or 0xBECFC1) is known color: Paris White. HEX triplet: BE, CF and C1. RGB value is (190,207,193). Sum of RGB (Red+Green+Blue) = 190+207+193=590 (78% of max value = 765). Red value is 190 (74.61% from 255 or 32.20% from 590); Green value is 207 (81.25% from 255 or 35.08% from 590); Blue value is 193 (75.78% from 255 or 32.71% from 590); Max value from RGB is 207 - color contains mainly: green. Hex color #BECFC1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BECFC1 is #41303E. Grayscale: #C8C8C8. Windows color (decimal): -4272191 or 12701630. OLE color: 12701630.
HSL color Cylindrical-coordinate representation of color #BECFC1: hue angle of 130.59º 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 #BECFC1 is Cyan = 0.08, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 190 | 207 | 193 | - |
| CMYK | 0.08 | 0 | 0.07 | 0.19 |
| HSL | 130.59º | 0.15% | 0.78% | - |
| HSV(B) | 130.59º | 0.08% | 0.81% | - |
| XYZ | 53.17 | 59.42 | 59.12 | - |
| YUV | 200.32 | 123.87 | 120.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 207 | 193 | 0.08 | 0 | 0.07 | 0.19 | 130.59 | 0.15 | 0.78 |
| Hex | BE | CF | C1 | 8 | 0 | 7 | 13 | 83 | F | 4E |
| Octal | 276 | 317 | 301 | 10 | 0 | 7 | 23 | 203 | 17 | 116 |
| Binary | 10111110 | 11001111 | 11000001 | 1000 | 0 | 111 | 10011 | 10000011 | 1111 | 1001110 |
Color Harmonies of #BECFC1
Complementary color
Monochromatic Colors of #BECFC1
Black with #BECFC1
Text Example
Text Example
White with #BECFC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BECFC1; }
p { color: rgb(190,207,193); }
H1.HeaderClassName
{
color: #BECFC1;
}
.AnyTagClassName
{
color: #BECFC1;
}
</style>
background-color css
<style>
a { background-color: #BECFC1; }
a { background-color: rgb(190,207,193); }
div.DivClassName
{
background-color: #BECFC1;
}
.BgClassName
{
background-color: #BECFC1;
}
</style>
border-color css
<style>
span { border-color: #BECFC1; }
span { border-color: rgb(190,207,193); }
td.TdClassName
{
border-color: #BECFC1;
}
.TagClassName
{
border-color: #BECFC1;
}
</style>