Shades of Paris White #BECEBD
Tints of Paris White #BECEBD
RGB
CMYK
RGB Variations
Color information
#BECEBD (or 0xBECEBD) is known color: Paris White. HEX triplet: BE, CE and BD. RGB value is (190,206,189). Sum of RGB (Red+Green+Blue) = 190+206+189=585 (77% of max value = 765). Red value is 190 (74.61% from 255 or 32.48% from 585); Green value is 206 (80.86% from 255 or 35.21% from 585); Blue value is 189 (74.22% from 255 or 32.31% from 585); Max value from RGB is 206 - color contains mainly: green. Hex color #BECEBD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BECEBD is #413142. Grayscale: #C7C7C7. Windows color (decimal): -4272451 or 12439230. OLE color: 12439230.
HSL color Cylindrical-coordinate representation of color #BECEBD: hue angle of 116.47º degrees, saturation: 0.15, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #BECEBD is Cyan = 0.08, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 190 | 206 | 189 | - |
| CMYK | 0.08 | 0 | 0.08 | 0.19 |
| HSL | 116.47º | 0.15% | 0.77% | - |
| HSV(B) | 116.47º | 0.08% | 0.81% | - |
| XYZ | 52.49 | 58.76 | 56.72 | - |
| YUV | 199.28 | 122.2 | 121.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 206 | 189 | 0.08 | 0 | 0.08 | 0.19 | 116.47 | 0.15 | 0.77 |
| Hex | BE | CE | BD | 8 | 0 | 8 | 13 | 74 | F | 4D |
| Octal | 276 | 316 | 275 | 10 | 0 | 10 | 23 | 164 | 17 | 115 |
| Binary | 10111110 | 11001110 | 10111101 | 1000 | 0 | 1000 | 10011 | 1110100 | 1111 | 1001101 |
Color Harmonies of #BECEBD
Complementary color
Monochromatic Colors of #BECEBD
Black with #BECEBD
Text Example
Text Example
White with #BECEBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BECEBD; }
p { color: rgb(190,206,189); }
H1.HeaderClassName
{
color: #BECEBD;
}
.AnyTagClassName
{
color: #BECEBD;
}
</style>
background-color css
<style>
a { background-color: #BECEBD; }
a { background-color: rgb(190,206,189); }
div.DivClassName
{
background-color: #BECEBD;
}
.BgClassName
{
background-color: #BECEBD;
}
</style>
border-color css
<style>
span { border-color: #BECEBD; }
span { border-color: rgb(190,206,189); }
td.TdClassName
{
border-color: #BECEBD;
}
.TagClassName
{
border-color: #BECEBD;
}
</style>