Shades of Rio Grande #BED219
Tints of Rio Grande #BED219
RGB
CMYK
RGB Variations
Color information
#BED219 (or 0xBED219) is known color: Rio Grande. HEX triplet: BE, D2 and 19. RGB value is (190,210,25). Sum of RGB (Red+Green+Blue) = 190+210+25=425 (56% of max value = 765). Red value is 190 (74.61% from 255 or 44.71% from 425); Green value is 210 (82.42% from 255 or 49.41% from 425); Blue value is 25 (10.16% from 255 or 5.88% from 425); Max value from RGB is 210 - color contains mainly: green. Hex color #BED219 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BED219 is #412DE6. Grayscale: #B7B7B7. Windows color (decimal): -4271591 or 1692350. OLE color: 1692350.
HSL color Cylindrical-coordinate representation of color #BED219: hue angle of 66.49º degrees, saturation: 0.79, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #BED219 is Cyan = 0.10, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 190 | 210 | 25 | - |
| CMYK | 0.10 | 0 | 0.88 | 0.18 |
| HSL | 66.49º | 0.79% | 0.46% | - |
| HSV(B) | 66.49º | 0.88% | 0.82% | - |
| XYZ | 44.46 | 57.11 | 9.6 | - |
| YUV | 182.93 | 38.87 | 133.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 210 | 25 | 0.10 | 0 | 0.88 | 0.18 | 66.49 | 0.79 | 0.46 |
| Hex | BE | D2 | 19 | A | 0 | 58 | 12 | 42 | 4F | 2E |
| Octal | 276 | 322 | 31 | 12 | 0 | 130 | 22 | 102 | 117 | 56 |
| Binary | 10111110 | 11010010 | 11001 | 1010 | 0 | 1011000 | 10010 | 1000010 | 1001111 | 101110 |
Color Harmonies of #BED219
Complementary color
Monochromatic Colors of #BED219
Black with #BED219
Text Example
Text Example
White with #BED219
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BED219; }
p { color: rgb(190,210,25); }
H1.HeaderClassName
{
color: #BED219;
}
.AnyTagClassName
{
color: #BED219;
}
</style>
background-color css
<style>
a { background-color: #BED219; }
a { background-color: rgb(190,210,25); }
div.DivClassName
{
background-color: #BED219;
}
.BgClassName
{
background-color: #BED219;
}
</style>
border-color css
<style>
span { border-color: #BED219; }
span { border-color: rgb(190,210,25); }
td.TdClassName
{
border-color: #BED219;
}
.TagClassName
{
border-color: #BED219;
}
</style>