Shades of La Rioja #BED100
Tints of La Rioja #BED100
RGB
CMYK
RGB Variations
Color information
#BED100 (or 0xBED100) is known color: La Rioja. HEX triplet: BE, D1 and 00. RGB value is (190,209,0). Sum of RGB (Red+Green+Blue) = 190+209+0=399 (52% of max value = 765). Red value is 190 (74.61% from 255 or 47.62% from 399); Green value is 209 (82.03% from 255 or 52.38% from 399); Blue value is 0 (0.39% from 255 or 0% from 399); Max value from RGB is 209 - color contains mainly: green. Hex color #BED100 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BED100 is #412EFF. Grayscale: #B4B4B4. Windows color (decimal): -4271872 or 53694. OLE color: 53694.
HSL color Cylindrical-coordinate representation of color #BED100: hue angle of 65.45º degrees, saturation: 1, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 1%. Process color model (Four color, CMYK) of #BED100 is Cyan = 0.09, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 190 | 209 | 0 | - |
| CMYK | 0.09 | 0 | 1 | 0.18 |
| HSL | 65.45º | 1% | 0.41% | - |
| HSV(B) | 65.45º | 1% | 0.82% | - |
| XYZ | 44.04 | 56.55 | 8.59 | - |
| YUV | 179.49 | 26.71 | 135.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 209 | 0 | 0.09 | 0 | 1 | 0.18 | 65.45 | 1 | 0.41 |
| Hex | BE | D1 | 0 | 9 | 0 | 64 | 12 | 41 | 64 | 29 |
| Octal | 276 | 321 | 0 | 11 | 0 | 144 | 22 | 101 | 144 | 51 |
| Binary | 10111110 | 11010001 | 0 | 1001 | 0 | 1100100 | 10010 | 1000001 | 1100100 | 101001 |
Color Harmonies of #BED100
Complementary color
Monochromatic Colors of #BED100
Black with #BED100
Text Example
Text Example
White with #BED100
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BED100; }
p { color: rgb(190,209,0); }
H1.HeaderClassName
{
color: #BED100;
}
.AnyTagClassName
{
color: #BED100;
}
</style>
background-color css
<style>
a { background-color: #BED100; }
a { background-color: rgb(190,209,0); }
div.DivClassName
{
background-color: #BED100;
}
.BgClassName
{
background-color: #BED100;
}
</style>
border-color css
<style>
span { border-color: #BED100; }
span { border-color: rgb(190,209,0); }
td.TdClassName
{
border-color: #BED100;
}
.TagClassName
{
border-color: #BED100;
}
</style>