Shades of Paris White #BECABF
Tints of Paris White #BECABF
RGB
CMYK
RGB Variations
Color information
#BECABF (or 0xBECABF) is known color: Paris White. HEX triplet: BE, CA and BF. RGB value is (190,202,191). Sum of RGB (Red+Green+Blue) = 190+202+191=583 (77% of max value = 765). Red value is 190 (74.61% from 255 or 32.59% from 583); Green value is 202 (79.30% from 255 or 34.65% from 583); Blue value is 191 (75% from 255 or 32.76% from 583); Max value from RGB is 202 - color contains mainly: green. Hex color #BECABF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BECABF is #413540. Grayscale: #C5C5C5. Windows color (decimal): -4273473 or 12569278. OLE color: 12569278.
HSL color Cylindrical-coordinate representation of color #BECABF: hue angle of 125º 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 #BECABF is Cyan = 0.06, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 190 | 202 | 191 | - |
| CMYK | 0.06 | 0 | 0.05 | 0.21 |
| HSL | 125º | 0.1% | 0.77% | - |
| HSV(B) | 125º | 0.06% | 0.79% | - |
| XYZ | 51.76 | 56.95 | 57.55 | - |
| YUV | 197.16 | 124.52 | 122.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 202 | 191 | 0.06 | 0 | 0.05 | 0.21 | 125 | 0.1 | 0.77 |
| Hex | BE | CA | BF | 6 | 0 | 5 | 15 | 7D | A | 4D |
| Octal | 276 | 312 | 277 | 6 | 0 | 5 | 25 | 175 | 12 | 115 |
| Binary | 10111110 | 11001010 | 10111111 | 110 | 0 | 101 | 10101 | 1111101 | 1010 | 1001101 |
Color Harmonies of #BECABF
Complementary color
Monochromatic Colors of #BECABF
Black with #BECABF
Text Example
Text Example
White with #BECABF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BECABF; }
p { color: rgb(190,202,191); }
H1.HeaderClassName
{
color: #BECABF;
}
.AnyTagClassName
{
color: #BECABF;
}
</style>
background-color css
<style>
a { background-color: #BECABF; }
a { background-color: rgb(190,202,191); }
div.DivClassName
{
background-color: #BECABF;
}
.BgClassName
{
background-color: #BECABF;
}
</style>
border-color css
<style>
span { border-color: #BECABF; }
span { border-color: rgb(190,202,191); }
td.TdClassName
{
border-color: #BECABF;
}
.TagClassName
{
border-color: #BECABF;
}
</style>