Shades of Paris White #BECCC1
Tints of Paris White #BECCC1
RGB
CMYK
RGB Variations
Color information
#BECCC1 (or 0xBECCC1) is known color: Paris White. HEX triplet: BE, CC and C1. RGB value is (190,204,193). Sum of RGB (Red+Green+Blue) = 190+204+193=587 (77% of max value = 765). Red value is 190 (74.61% from 255 or 32.37% from 587); Green value is 204 (80.08% from 255 or 34.75% from 587); Blue value is 193 (75.78% from 255 or 32.88% from 587); Max value from RGB is 204 - color contains mainly: green. Hex color #BECCC1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BECCC1 is #41333E. Grayscale: #C6C6C6. Windows color (decimal): -4272959 or 12700862. OLE color: 12700862.
HSL color Cylindrical-coordinate representation of color #BECCC1: hue angle of 132.86º degrees, saturation: 0.12, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #BECCC1 is Cyan = 0.07, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.2.
Color convert
RGB | 190 | 204 | 193 | - |
CMYK | 0.07 | 0 | 0.05 | 0.2 |
HSL | 132.86º | 0.12% | 0.77% | - |
HSV(B) | 132.86º | 0.07% | 0.8% | - |
XYZ | 52.45 | 57.98 | 58.88 | - |
YUV | 198.56 | 124.86 | 121.89 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 190 | 204 | 193 | 0.07 | 0 | 0.05 | 0.2 | 132.86 | 0.12 | 0.77 |
Hex | BE | CC | C1 | 7 | 0 | 5 | 14 | 85 | C | 4D |
Octal | 276 | 314 | 301 | 7 | 0 | 5 | 24 | 205 | 14 | 115 |
Binary | 10111110 | 11001100 | 11000001 | 111 | 0 | 101 | 10100 | 10000101 | 1100 | 1001101 |
Color Harmonies of #BECCC1
Complementary color
Monochromatic Colors of #BECCC1
Black with #BECCC1
Text Example
Text Example
White with #BECCC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BECCC1; }
p { color: rgb(190,204,193); }
H1.HeaderClassName
{
color: #BECCC1;
}
.AnyTagClassName
{
color: #BECCC1;
}
</style>
background-color css
<style>
a { background-color: #BECCC1; }
a { background-color: rgb(190,204,193); }
div.DivClassName
{
background-color: #BECCC1;
}
.BgClassName
{
background-color: #BECCC1;
}
</style>
border-color css
<style>
span { border-color: #BECCC1; }
span { border-color: rgb(190,204,193); }
td.TdClassName
{
border-color: #BECCC1;
}
.TagClassName
{
border-color: #BECCC1;
}
</style>