Shades of Rio Grande #BECF10
Tints of Rio Grande #BECF10
RGB
CMYK
RGB Variations
Color information
#BECF10 (or 0xBECF10) is known color: Rio Grande. HEX triplet: BE, CF and 10. RGB value is (190,207,16). Sum of RGB (Red+Green+Blue) = 190+207+16=413 (54% of max value = 765). Red value is 190 (74.61% from 255 or 46.00% from 413); Green value is 207 (81.25% from 255 or 50.12% from 413); Blue value is 16 (6.64% from 255 or 3.87% from 413); Max value from RGB is 207 - color contains mainly: green. Hex color #BECF10 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BECF10 is #4130EF. Grayscale: #B4B4B4. Windows color (decimal): -4272368 or 1101758. OLE color: 1101758.
HSL color Cylindrical-coordinate representation of color #BECF10: hue angle of 65.34º degrees, saturation: 0.86, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #BECF10 is Cyan = 0.08, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 190 | 207 | 16 | - |
| CMYK | 0.08 | 0 | 0.92 | 0.19 |
| HSL | 65.34º | 0.86% | 0.44% | - |
| HSV(B) | 65.34º | 0.92% | 0.81% | - |
| XYZ | 43.64 | 55.61 | 8.92 | - |
| YUV | 180.14 | 35.37 | 135.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 207 | 16 | 0.08 | 0 | 0.92 | 0.19 | 65.34 | 0.86 | 0.44 |
| Hex | BE | CF | 10 | 8 | 0 | 5C | 13 | 41 | 56 | 2C |
| Octal | 276 | 317 | 20 | 10 | 0 | 134 | 23 | 101 | 126 | 54 |
| Binary | 10111110 | 11001111 | 10000 | 1000 | 0 | 1011100 | 10011 | 1000001 | 1010110 | 101100 |
Color Harmonies of #BECF10
Complementary color
Monochromatic Colors of #BECF10
Black with #BECF10
Text Example
Text Example
White with #BECF10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BECF10; }
p { color: rgb(190,207,16); }
H1.HeaderClassName
{
color: #BECF10;
}
.AnyTagClassName
{
color: #BECF10;
}
</style>
background-color css
<style>
a { background-color: #BECF10; }
a { background-color: rgb(190,207,16); }
div.DivClassName
{
background-color: #BECF10;
}
.BgClassName
{
background-color: #BECF10;
}
</style>
border-color css
<style>
span { border-color: #BECF10; }
span { border-color: rgb(190,207,16); }
td.TdClassName
{
border-color: #BECF10;
}
.TagClassName
{
border-color: #BECF10;
}
</style>