Shades of Rio Grande #BED213
Tints of Rio Grande #BED213
RGB
CMYK
RGB Variations
Color information
#BED213 (or 0xBED213) is known color: Rio Grande. HEX triplet: BE, D2 and 13. RGB value is (190,210,19). Sum of RGB (Red+Green+Blue) = 190+210+19=419 (55% of max value = 765). Red value is 190 (74.61% from 255 or 45.35% from 419); Green value is 210 (82.42% from 255 or 50.12% from 419); Blue value is 19 (7.81% from 255 or 4.53% from 419); Max value from RGB is 210 - color contains mainly: green. Hex color #BED213 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BED213 is #412DEC. Grayscale: #B6B6B6. Windows color (decimal): -4271597 or 1299134. OLE color: 1299134.
HSL color Cylindrical-coordinate representation of color #BED213: hue angle of 66.28º 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 #BED213 is Cyan = 0.10, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 190 | 210 | 19 | - |
| CMYK | 0.10 | 0 | 0.91 | 0.18 |
| HSL | 66.28º | 0.83% | 0.45% | - |
| HSV(B) | 66.28º | 0.91% | 0.82% | - |
| XYZ | 44.4 | 57.09 | 9.29 | - |
| YUV | 182.25 | 35.87 | 133.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 210 | 19 | 0.10 | 0 | 0.91 | 0.18 | 66.28 | 0.83 | 0.45 |
| Hex | BE | D2 | 13 | A | 0 | 5B | 12 | 42 | 53 | 2D |
| Octal | 276 | 322 | 23 | 12 | 0 | 133 | 22 | 102 | 123 | 55 |
| Binary | 10111110 | 11010010 | 10011 | 1010 | 0 | 1011011 | 10010 | 1000010 | 1010011 | 101101 |
Color Harmonies of #BED213
Complementary color
Monochromatic Colors of #BED213
Black with #BED213
Text Example
Text Example
White with #BED213
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BED213; }
p { color: rgb(190,210,19); }
H1.HeaderClassName
{
color: #BED213;
}
.AnyTagClassName
{
color: #BED213;
}
</style>
background-color css
<style>
a { background-color: #BED213; }
a { background-color: rgb(190,210,19); }
div.DivClassName
{
background-color: #BED213;
}
.BgClassName
{
background-color: #BED213;
}
</style>
border-color css
<style>
span { border-color: #BED213; }
span { border-color: rgb(190,210,19); }
td.TdClassName
{
border-color: #BED213;
}
.TagClassName
{
border-color: #BED213;
}
</style>