Shades of Paris White #BECFBE
Tints of Paris White #BECFBE
RGB
CMYK
RGB Variations
Color information
#BECFBE (or 0xBECFBE) is known color: Paris White. HEX triplet: BE, CF and BE. RGB value is (190,207,190). Sum of RGB (Red+Green+Blue) = 190+207+190=587 (77% of max value = 765). Red value is 190 (74.61% from 255 or 32.37% from 587); Green value is 207 (81.25% from 255 or 35.26% from 587); Blue value is 190 (74.61% from 255 or 32.37% from 587); Max value from RGB is 207 - color contains mainly: green. Hex color #BECFBE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BECFBE is #413041. Grayscale: #C8C8C8. Windows color (decimal): -4272194 or 12505022. OLE color: 12505022.
HSL color Cylindrical-coordinate representation of color #BECFBE: hue angle of 120º degrees, saturation: 0.15, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #BECFBE is Cyan = 0.08, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 190 | 207 | 190 | - |
| CMYK | 0.08 | 0 | 0.08 | 0.19 |
| HSL | 120º | 0.15% | 0.78% | - |
| HSV(B) | 120º | 0.08% | 0.81% | - |
| XYZ | 52.84 | 59.29 | 57.37 | - |
| YUV | 199.98 | 122.37 | 120.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 207 | 190 | 0.08 | 0 | 0.08 | 0.19 | 120 | 0.15 | 0.78 |
| Hex | BE | CF | BE | 8 | 0 | 8 | 13 | 78 | F | 4E |
| Octal | 276 | 317 | 276 | 10 | 0 | 10 | 23 | 170 | 17 | 116 |
| Binary | 10111110 | 11001111 | 10111110 | 1000 | 0 | 1000 | 10011 | 1111000 | 1111 | 1001110 |
Color Harmonies of #BECFBE
Complementary color
Monochromatic Colors of #BECFBE
Black with #BECFBE
Text Example
Text Example
White with #BECFBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BECFBE; }
p { color: rgb(190,207,190); }
H1.HeaderClassName
{
color: #BECFBE;
}
.AnyTagClassName
{
color: #BECFBE;
}
</style>
background-color css
<style>
a { background-color: #BECFBE; }
a { background-color: rgb(190,207,190); }
div.DivClassName
{
background-color: #BECFBE;
}
.BgClassName
{
background-color: #BECFBE;
}
</style>
border-color css
<style>
span { border-color: #BECFBE; }
span { border-color: rgb(190,207,190); }
td.TdClassName
{
border-color: #BECFBE;
}
.TagClassName
{
border-color: #BECFBE;
}
</style>