Shades of Paris White #BECDC0
Tints of Paris White #BECDC0
RGB
CMYK
RGB Variations
Color information
#BECDC0 (or 0xBECDC0) is known color: Paris White. HEX triplet: BE, CD and C0. RGB value is (190,205,192). Sum of RGB (Red+Green+Blue) = 190+205+192=587 (77% of max value = 765). Red value is 190 (74.61% from 255 or 32.37% from 587); Green value is 205 (80.47% from 255 or 34.92% from 587); Blue value is 192 (75.39% from 255 or 32.71% from 587); Max value from RGB is 205 - color contains mainly: green. Hex color #BECDC0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BECDC0 is #41323F. Grayscale: #C7C7C7. Windows color (decimal): -4272704 or 12635582. OLE color: 12635582.
HSL color Cylindrical-coordinate representation of color #BECDC0: hue angle of 128º degrees, saturation: 0.13, 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 #BECDC0 is Cyan = 0.07, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.20.
Color convert
RGB | 190 | 205 | 192 | - |
CMYK | 0.07 | 0 | 0.06 | 0.20 |
HSL | 128º | 0.13% | 0.77% | - |
HSV(B) | 128º | 0.07% | 0.8% | - |
XYZ | 52.58 | 58.42 | 58.37 | - |
YUV | 199.03 | 124.03 | 121.56 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 190 | 205 | 192 | 0.07 | 0 | 0.06 | 0.20 | 128 | 0.13 | 0.77 |
Hex | BE | CD | C0 | 7 | 0 | 6 | 14 | 80 | D | 4D |
Octal | 276 | 315 | 300 | 7 | 0 | 6 | 24 | 200 | 15 | 115 |
Binary | 10111110 | 11001101 | 11000000 | 111 | 0 | 110 | 10100 | 10000000 | 1101 | 1001101 |
Color Harmonies of #BECDC0
Complementary color
Monochromatic Colors of #BECDC0
Black with #BECDC0
Text Example
Text Example
White with #BECDC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BECDC0; }
p { color: rgb(190,205,192); }
H1.HeaderClassName
{
color: #BECDC0;
}
.AnyTagClassName
{
color: #BECDC0;
}
</style>
background-color css
<style>
a { background-color: #BECDC0; }
a { background-color: rgb(190,205,192); }
div.DivClassName
{
background-color: #BECDC0;
}
.BgClassName
{
background-color: #BECDC0;
}
</style>
border-color css
<style>
span { border-color: #BECDC0; }
span { border-color: rgb(190,205,192); }
td.TdClassName
{
border-color: #BECDC0;
}
.TagClassName
{
border-color: #BECDC0;
}
</style>