Shades of Paris White #BECDC1
Tints of Paris White #BECDC1
RGB
CMYK
RGB Variations
Color information
#BECDC1 (or 0xBECDC1) is known color: Paris White. HEX triplet: BE, CD and C1. RGB value is (190,205,193). Sum of RGB (Red+Green+Blue) = 190+205+193=588 (77% of max value = 765). Red value is 190 (74.61% from 255 or 32.31% from 588); Green value is 205 (80.47% from 255 or 34.86% from 588); Blue value is 193 (75.78% from 255 or 32.82% from 588); Max value from RGB is 205 - color contains mainly: green. Hex color #BECDC1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BECDC1 is #41323E. Grayscale: #C7C7C7. Windows color (decimal): -4272703 or 12701118. OLE color: 12701118.
HSL color Cylindrical-coordinate representation of color #BECDC1: hue angle of 132º 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 #BECDC1 is Cyan = 0.07, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 190 | 205 | 193 | - |
| CMYK | 0.07 | 0 | 0.06 | 0.20 |
| HSL | 132º | 0.13% | 0.77% | - |
| HSV(B) | 132º | 0.07% | 0.8% | - |
| XYZ | 52.69 | 58.46 | 58.96 | - |
| YUV | 199.15 | 124.53 | 121.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 205 | 193 | 0.07 | 0 | 0.06 | 0.20 | 132 | 0.13 | 0.77 |
| Hex | BE | CD | C1 | 7 | 0 | 6 | 14 | 84 | D | 4D |
| Octal | 276 | 315 | 301 | 7 | 0 | 6 | 24 | 204 | 15 | 115 |
| Binary | 10111110 | 11001101 | 11000001 | 111 | 0 | 110 | 10100 | 10000100 | 1101 | 1001101 |
Color Harmonies of #BECDC1
Complementary color
Monochromatic Colors of #BECDC1
Black with #BECDC1
Text Example
Text Example
White with #BECDC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BECDC1; }
p { color: rgb(190,205,193); }
H1.HeaderClassName
{
color: #BECDC1;
}
.AnyTagClassName
{
color: #BECDC1;
}
</style>
background-color css
<style>
a { background-color: #BECDC1; }
a { background-color: rgb(190,205,193); }
div.DivClassName
{
background-color: #BECDC1;
}
.BgClassName
{
background-color: #BECDC1;
}
</style>
border-color css
<style>
span { border-color: #BECDC1; }
span { border-color: rgb(190,205,193); }
td.TdClassName
{
border-color: #BECDC1;
}
.TagClassName
{
border-color: #BECDC1;
}
</style>