Shades of La Rioja #BED006
Tints of La Rioja #BED006
RGB
CMYK
RGB Variations
Color information
#BED006 (or 0xBED006) is known color: La Rioja. HEX triplet: BE, D0 and 06. RGB value is (190,208,6). Sum of RGB (Red+Green+Blue) = 190+208+6=404 (53% of max value = 765). Red value is 190 (74.61% from 255 or 47.03% from 404); Green value is 208 (81.64% from 255 or 51.49% from 404); Blue value is 6 (2.73% from 255 or 1.49% from 404); Max value from RGB is 208 - color contains mainly: green. Hex color #BED006 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BED006 is #412FF9. Grayscale: #B4B4B4. Windows color (decimal): -4272122 or 446654. OLE color: 446654.
HSL color Cylindrical-coordinate representation of color #BED006: hue angle of 65.35º degrees, saturation: 0.94, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #BED006 is Cyan = 0.09, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 190 | 208 | 6 | - |
| CMYK | 0.09 | 0 | 0.97 | 0.18 |
| HSL | 65.35º | 0.94% | 0.42% | - |
| HSV(B) | 65.35º | 0.97% | 0.82% | - |
| XYZ | 43.82 | 56.07 | 8.69 | - |
| YUV | 179.59 | 30.04 | 135.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 208 | 6 | 0.09 | 0 | 0.97 | 0.18 | 65.35 | 0.94 | 0.42 |
| Hex | BE | D0 | 6 | 9 | 0 | 61 | 12 | 41 | 5E | 2A |
| Octal | 276 | 320 | 6 | 11 | 0 | 141 | 22 | 101 | 136 | 52 |
| Binary | 10111110 | 11010000 | 110 | 1001 | 0 | 1100001 | 10010 | 1000001 | 1011110 | 101010 |
Color Harmonies of #BED006
Complementary color
Monochromatic Colors of #BED006
Black with #BED006
Text Example
Text Example
White with #BED006
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BED006; }
p { color: rgb(190,208,6); }
H1.HeaderClassName
{
color: #BED006;
}
.AnyTagClassName
{
color: #BED006;
}
</style>
background-color css
<style>
a { background-color: #BED006; }
a { background-color: rgb(190,208,6); }
div.DivClassName
{
background-color: #BED006;
}
.BgClassName
{
background-color: #BED006;
}
</style>
border-color css
<style>
span { border-color: #BED006; }
span { border-color: rgb(190,208,6); }
td.TdClassName
{
border-color: #BED006;
}
.TagClassName
{
border-color: #BED006;
}
</style>