Shades of Paris White #BECCC0
Tints of Paris White #BECCC0
RGB
CMYK
RGB Variations
Color information
#BECCC0 (or 0xBECCC0) is known color: Paris White. HEX triplet: BE, CC and C0. RGB value is (190,204,192). Sum of RGB (Red+Green+Blue) = 190+204+192=586 (77% of max value = 765). Red value is 190 (74.61% from 255 or 32.42% from 586); Green value is 204 (80.08% from 255 or 34.81% from 586); Blue value is 192 (75.39% from 255 or 32.76% from 586); Max value from RGB is 204 - color contains mainly: green. Hex color #BECCC0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BECCC0 is #41333F. Grayscale: #C6C6C6. Windows color (decimal): -4272960 or 12635326. OLE color: 12635326.
HSL color Cylindrical-coordinate representation of color #BECCC0: hue angle of 128.57º 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 #BECCC0 is Cyan = 0.07, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.2.
Color convert
RGB | 190 | 204 | 192 | - |
CMYK | 0.07 | 0 | 0.06 | 0.2 |
HSL | 128.57º | 0.12% | 0.77% | - |
HSV(B) | 128.57º | 0.07% | 0.8% | - |
XYZ | 52.34 | 57.94 | 58.29 | - |
YUV | 198.45 | 124.36 | 121.98 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 190 | 204 | 192 | 0.07 | 0 | 0.06 | 0.2 | 128.57 | 0.12 | 0.77 |
Hex | BE | CC | C0 | 7 | 0 | 6 | 14 | 81 | C | 4D |
Octal | 276 | 314 | 300 | 7 | 0 | 6 | 24 | 201 | 14 | 115 |
Binary | 10111110 | 11001100 | 11000000 | 111 | 0 | 110 | 10100 | 10000001 | 1100 | 1001101 |
Color Harmonies of #BECCC0
Complementary color
Monochromatic Colors of #BECCC0
Black with #BECCC0
Text Example
Text Example
White with #BECCC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BECCC0; }
p { color: rgb(190,204,192); }
H1.HeaderClassName
{
color: #BECCC0;
}
.AnyTagClassName
{
color: #BECCC0;
}
</style>
background-color css
<style>
a { background-color: #BECCC0; }
a { background-color: rgb(190,204,192); }
div.DivClassName
{
background-color: #BECCC0;
}
.BgClassName
{
background-color: #BECCC0;
}
</style>
border-color css
<style>
span { border-color: #BECCC0; }
span { border-color: rgb(190,204,192); }
td.TdClassName
{
border-color: #BECCC0;
}
.TagClassName
{
border-color: #BECCC0;
}
</style>