Shades of Deco #BECF83
Tints of Deco #BECF83
RGB
CMYK
RGB Variations
Color information
#BECF83 (or 0xBECF83) is known color: Deco. HEX triplet: BE, CF and 83. RGB value is (190,207,131). Sum of RGB (Red+Green+Blue) = 190+207+131=528 (69% of max value = 765). Red value is 190 (74.61% from 255 or 35.98% from 528); Green value is 207 (81.25% from 255 or 39.20% from 528); Blue value is 131 (51.56% from 255 or 24.81% from 528); Max value from RGB is 207 - color contains mainly: green. Hex color #BECF83 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BECF83 is #41307C. Grayscale: #C1C1C1. Windows color (decimal): -4272253 or 8638398. OLE color: 8638398.
HSL color Cylindrical-coordinate representation of color #BECF83: hue angle of 73.42º degrees, saturation: 0.44, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #BECF83 is Cyan = 0.08, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 190 | 207 | 131 | - |
| CMYK | 0.08 | 0 | 0.37 | 0.19 |
| HSL | 73.42º | 0.44% | 0.66% | - |
| HSV(B) | 73.42º | 0.37% | 0.81% | - |
| XYZ | 47.64 | 57.21 | 30 | - |
| YUV | 193.25 | 92.87 | 125.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 207 | 131 | 0.08 | 0 | 0.37 | 0.19 | 73.42 | 0.44 | 0.66 |
| Hex | BE | CF | 83 | 8 | 0 | 25 | 13 | 49 | 2C | 42 |
| Octal | 276 | 317 | 203 | 10 | 0 | 45 | 23 | 111 | 54 | 102 |
| Binary | 10111110 | 11001111 | 10000011 | 1000 | 0 | 100101 | 10011 | 1001001 | 101100 | 1000010 |
Color Harmonies of #BECF83
Complementary color
Monochromatic Colors of #BECF83
Black with #BECF83
Text Example
Text Example
White with #BECF83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BECF83; }
p { color: rgb(190,207,131); }
H1.HeaderClassName
{
color: #BECF83;
}
.AnyTagClassName
{
color: #BECF83;
}
</style>
background-color css
<style>
a { background-color: #BECF83; }
a { background-color: rgb(190,207,131); }
div.DivClassName
{
background-color: #BECF83;
}
.BgClassName
{
background-color: #BECF83;
}
</style>
border-color css
<style>
span { border-color: #BECF83; }
span { border-color: rgb(190,207,131); }
td.TdClassName
{
border-color: #BECF83;
}
.TagClassName
{
border-color: #BECF83;
}
</style>