Shades of Rio Grande #BED217
Tints of Rio Grande #BED217
RGB
CMYK
RGB Variations
Color information
#BED217 (or 0xBED217) is known color: Rio Grande. HEX triplet: BE, D2 and 17. RGB value is (190,210,23). Sum of RGB (Red+Green+Blue) = 190+210+23=423 (56% of max value = 765). Red value is 190 (74.61% from 255 or 44.92% from 423); Green value is 210 (82.42% from 255 or 49.65% from 423); Blue value is 23 (9.38% from 255 or 5.44% from 423); Max value from RGB is 210 - color contains mainly: green. Hex color #BED217 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BED217 is #412DE8. Grayscale: #B7B7B7. Windows color (decimal): -4271593 or 1561278. OLE color: 1561278.
HSL color Cylindrical-coordinate representation of color #BED217: hue angle of 66.42º degrees, saturation: 0.8, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #BED217 is Cyan = 0.10, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 190 | 210 | 23 | - |
| CMYK | 0.10 | 0 | 0.89 | 0.18 |
| HSL | 66.42º | 0.8% | 0.46% | - |
| HSV(B) | 66.42º | 0.89% | 0.82% | - |
| XYZ | 44.44 | 57.1 | 9.49 | - |
| YUV | 182.7 | 37.87 | 133.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 210 | 23 | 0.10 | 0 | 0.89 | 0.18 | 66.42 | 0.8 | 0.46 |
| Hex | BE | D2 | 17 | A | 0 | 59 | 12 | 42 | 50 | 2E |
| Octal | 276 | 322 | 27 | 12 | 0 | 131 | 22 | 102 | 120 | 56 |
| Binary | 10111110 | 11010010 | 10111 | 1010 | 0 | 1011001 | 10010 | 1000010 | 1010000 | 101110 |
Color Harmonies of #BED217
Complementary color
Monochromatic Colors of #BED217
Black with #BED217
Text Example
Text Example
White with #BED217
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BED217; }
p { color: rgb(190,210,23); }
H1.HeaderClassName
{
color: #BED217;
}
.AnyTagClassName
{
color: #BED217;
}
</style>
background-color css
<style>
a { background-color: #BED217; }
a { background-color: rgb(190,210,23); }
div.DivClassName
{
background-color: #BED217;
}
.BgClassName
{
background-color: #BED217;
}
</style>
border-color css
<style>
span { border-color: #BED217; }
span { border-color: rgb(190,210,23); }
td.TdClassName
{
border-color: #BED217;
}
.TagClassName
{
border-color: #BED217;
}
</style>