Shades of Paris White #BECAC1
Tints of Paris White #BECAC1
RGB
CMYK
RGB Variations
Color information
#BECAC1 (or 0xBECAC1) is known color: Paris White. HEX triplet: BE, CA and C1. RGB value is (190,202,193). Sum of RGB (Red+Green+Blue) = 190+202+193=585 (77% of max value = 765). Red value is 190 (74.61% from 255 or 32.48% from 585); Green value is 202 (79.30% from 255 or 34.53% from 585); Blue value is 193 (75.78% from 255 or 32.99% from 585); Max value from RGB is 202 - color contains mainly: green. Hex color #BECAC1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BECAC1 is #41353E. Grayscale: #C5C5C5. Windows color (decimal): -4273471 or 12700350. OLE color: 12700350.
HSL color Cylindrical-coordinate representation of color #BECAC1: hue angle of 135º degrees, saturation: 0.1, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #BECAC1 is Cyan = 0.06, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 190 | 202 | 193 | - |
| CMYK | 0.06 | 0 | 0.04 | 0.21 |
| HSL | 135º | 0.1% | 0.77% | - |
| HSV(B) | 135º | 0.06% | 0.79% | - |
| XYZ | 51.98 | 57.04 | 58.72 | - |
| YUV | 197.39 | 125.52 | 122.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 202 | 193 | 0.06 | 0 | 0.04 | 0.21 | 135 | 0.1 | 0.77 |
| Hex | BE | CA | C1 | 6 | 0 | 4 | 15 | 87 | A | 4D |
| Octal | 276 | 312 | 301 | 6 | 0 | 4 | 25 | 207 | 12 | 115 |
| Binary | 10111110 | 11001010 | 11000001 | 110 | 0 | 100 | 10101 | 10000111 | 1010 | 1001101 |
Color Harmonies of #BECAC1
Complementary color
Monochromatic Colors of #BECAC1
Black with #BECAC1
Text Example
Text Example
White with #BECAC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BECAC1; }
p { color: rgb(190,202,193); }
H1.HeaderClassName
{
color: #BECAC1;
}
.AnyTagClassName
{
color: #BECAC1;
}
</style>
background-color css
<style>
a { background-color: #BECAC1; }
a { background-color: rgb(190,202,193); }
div.DivClassName
{
background-color: #BECAC1;
}
.BgClassName
{
background-color: #BECAC1;
}
</style>
border-color css
<style>
span { border-color: #BECAC1; }
span { border-color: rgb(190,202,193); }
td.TdClassName
{
border-color: #BECAC1;
}
.TagClassName
{
border-color: #BECAC1;
}
</style>