Shades of Paris White #BECEBE
Tints of Paris White #BECEBE
RGB
CMYK
RGB Variations
Color information
#BECEBE (or 0xBECEBE) is known color: Paris White. HEX triplet: BE, CE and BE. RGB value is (190,206,190). Sum of RGB (Red+Green+Blue) = 190+206+190=586 (77% of max value = 765). Red value is 190 (74.61% from 255 or 32.42% from 586); Green value is 206 (80.86% from 255 or 35.15% from 586); Blue value is 190 (74.61% from 255 or 32.42% from 586); Max value from RGB is 206 - color contains mainly: green. Hex color #BECEBE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BECEBE is #413141. Grayscale: #C7C7C7. Windows color (decimal): -4272450 or 12504766. OLE color: 12504766.
HSL color Cylindrical-coordinate representation of color #BECEBE: hue angle of 120º degrees, saturation: 0.14, 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 #BECEBE is Cyan = 0.08, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.19.
Color convert
RGB | 190 | 206 | 190 | - |
CMYK | 0.08 | 0 | 0.08 | 0.19 |
HSL | 120º | 0.14% | 0.78% | - |
HSV(B) | 120º | 0.08% | 0.81% | - |
XYZ | 52.6 | 58.81 | 57.29 | - |
YUV | 199.39 | 122.7 | 121.3 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 190 | 206 | 190 | 0.08 | 0 | 0.08 | 0.19 | 120 | 0.14 | 0.78 |
Hex | BE | CE | BE | 8 | 0 | 8 | 13 | 78 | E | 4E |
Octal | 276 | 316 | 276 | 10 | 0 | 10 | 23 | 170 | 16 | 116 |
Binary | 10111110 | 11001110 | 10111110 | 1000 | 0 | 1000 | 10011 | 1111000 | 1110 | 1001110 |
Color Harmonies of #BECEBE
Complementary color
Monochromatic Colors of #BECEBE
Black with #BECEBE
Text Example
Text Example
White with #BECEBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BECEBE; }
p { color: rgb(190,206,190); }
H1.HeaderClassName
{
color: #BECEBE;
}
.AnyTagClassName
{
color: #BECEBE;
}
</style>
background-color css
<style>
a { background-color: #BECEBE; }
a { background-color: rgb(190,206,190); }
div.DivClassName
{
background-color: #BECEBE;
}
.BgClassName
{
background-color: #BECEBE;
}
</style>
border-color css
<style>
span { border-color: #BECEBE; }
span { border-color: rgb(190,206,190); }
td.TdClassName
{
border-color: #BECEBE;
}
.TagClassName
{
border-color: #BECEBE;
}
</style>