Shades of Rio Grande #BED113
Tints of Rio Grande #BED113
RGB
CMYK
RGB Variations
Color information
#BED113 (or 0xBED113) is known color: Rio Grande. HEX triplet: BE, D1 and 13. RGB value is (190,209,19). Sum of RGB (Red+Green+Blue) = 190+209+19=418 (55% of max value = 765). Red value is 190 (74.61% from 255 or 45.45% from 418); Green value is 209 (82.03% from 255 or 50% from 418); Blue value is 19 (7.81% from 255 or 4.55% from 418); Max value from RGB is 209 - color contains mainly: green. Hex color #BED113 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BED113 is #412EEC. Grayscale: #B6B6B6. Windows color (decimal): -4271853 or 1298878. OLE color: 1298878.
HSL color Cylindrical-coordinate representation of color #BED113: hue angle of 66º degrees, saturation: 0.83, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #BED113 is Cyan = 0.09, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 190 | 209 | 19 | - |
| CMYK | 0.09 | 0 | 0.91 | 0.18 |
| HSL | 66º | 0.83% | 0.45% | - |
| HSV(B) | 66º | 0.91% | 0.82% | - |
| XYZ | 44.15 | 56.6 | 9.21 | - |
| YUV | 181.66 | 36.21 | 133.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 209 | 19 | 0.09 | 0 | 0.91 | 0.18 | 66 | 0.83 | 0.45 |
| Hex | BE | D1 | 13 | 9 | 0 | 5B | 12 | 42 | 53 | 2D |
| Octal | 276 | 321 | 23 | 11 | 0 | 133 | 22 | 102 | 123 | 55 |
| Binary | 10111110 | 11010001 | 10011 | 1001 | 0 | 1011011 | 10010 | 1000010 | 1010011 | 101101 |
Color Harmonies of #BED113
Complementary color
Monochromatic Colors of #BED113
Black with #BED113
Text Example
Text Example
White with #BED113
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BED113; }
p { color: rgb(190,209,19); }
H1.HeaderClassName
{
color: #BED113;
}
.AnyTagClassName
{
color: #BED113;
}
</style>
background-color css
<style>
a { background-color: #BED113; }
a { background-color: rgb(190,209,19); }
div.DivClassName
{
background-color: #BED113;
}
.BgClassName
{
background-color: #BED113;
}
</style>
border-color css
<style>
span { border-color: #BED113; }
span { border-color: rgb(190,209,19); }
td.TdClassName
{
border-color: #BED113;
}
.TagClassName
{
border-color: #BED113;
}
</style>