Shades of La Rioja #BED008
Tints of La Rioja #BED008
RGB
CMYK
RGB Variations
Color information
#BED008 (or 0xBED008) is known color: La Rioja. HEX triplet: BE, D0 and 08. RGB value is (190,208,8). Sum of RGB (Red+Green+Blue) = 190+208+8=406 (53% of max value = 765). Red value is 190 (74.61% from 255 or 46.80% from 406); Green value is 208 (81.64% from 255 or 51.23% from 406); Blue value is 8 (3.52% from 255 or 1.97% from 406); Max value from RGB is 208 - color contains mainly: green. Hex color #BED008 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BED008 is #412FF7. Grayscale: #B4B4B4. Windows color (decimal): -4272120 or 577726. OLE color: 577726.
HSL color Cylindrical-coordinate representation of color #BED008: hue angle of 65.4º degrees, saturation: 0.93, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #BED008 is Cyan = 0.09, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 190 | 208 | 8 | - |
| CMYK | 0.09 | 0 | 0.96 | 0.18 |
| HSL | 65.4º | 0.93% | 0.42% | - |
| HSV(B) | 65.4º | 0.96% | 0.82% | - |
| XYZ | 43.83 | 56.08 | 8.74 | - |
| YUV | 179.82 | 31.04 | 135.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 208 | 8 | 0.09 | 0 | 0.96 | 0.18 | 65.4 | 0.93 | 0.42 |
| Hex | BE | D0 | 8 | 9 | 0 | 60 | 12 | 41 | 5D | 2A |
| Octal | 276 | 320 | 10 | 11 | 0 | 140 | 22 | 101 | 135 | 52 |
| Binary | 10111110 | 11010000 | 1000 | 1001 | 0 | 1100000 | 10010 | 1000001 | 1011101 | 101010 |
Color Harmonies of #BED008
Complementary color
Monochromatic Colors of #BED008
Black with #BED008
Text Example
Text Example
White with #BED008
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BED008; }
p { color: rgb(190,208,8); }
H1.HeaderClassName
{
color: #BED008;
}
.AnyTagClassName
{
color: #BED008;
}
</style>
background-color css
<style>
a { background-color: #BED008; }
a { background-color: rgb(190,208,8); }
div.DivClassName
{
background-color: #BED008;
}
.BgClassName
{
background-color: #BED008;
}
</style>
border-color css
<style>
span { border-color: #BED008; }
span { border-color: rgb(190,208,8); }
td.TdClassName
{
border-color: #BED008;
}
.TagClassName
{
border-color: #BED008;
}
</style>