Shades of La Rioja #BED108
Tints of La Rioja #BED108
RGB
CMYK
RGB Variations
Color information
#BED108 (or 0xBED108) is known color: La Rioja. HEX triplet: BE, D1 and 08. RGB value is (190,209,8). Sum of RGB (Red+Green+Blue) = 190+209+8=407 (53% of max value = 765). Red value is 190 (74.61% from 255 or 46.68% from 407); Green value is 209 (82.03% from 255 or 51.35% from 407); Blue value is 8 (3.52% from 255 or 1.97% from 407); Max value from RGB is 209 - color contains mainly: green. Hex color #BED108 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BED108 is #412EF7. Grayscale: #B5B5B5. Windows color (decimal): -4271864 or 577982. OLE color: 577982.
HSL color Cylindrical-coordinate representation of color #BED108: hue angle of 65.67º degrees, saturation: 0.93, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #BED108 is Cyan = 0.09, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 190 | 209 | 8 | - |
| CMYK | 0.09 | 0 | 0.96 | 0.18 |
| HSL | 65.67º | 0.93% | 0.43% | - |
| HSV(B) | 65.67º | 0.96% | 0.82% | - |
| XYZ | 44.08 | 56.57 | 8.82 | - |
| YUV | 180.41 | 30.71 | 134.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 209 | 8 | 0.09 | 0 | 0.96 | 0.18 | 65.67 | 0.93 | 0.43 |
| Hex | BE | D1 | 8 | 9 | 0 | 60 | 12 | 42 | 5D | 2B |
| Octal | 276 | 321 | 10 | 11 | 0 | 140 | 22 | 102 | 135 | 53 |
| Binary | 10111110 | 11010001 | 1000 | 1001 | 0 | 1100000 | 10010 | 1000010 | 1011101 | 101011 |
Color Harmonies of #BED108
Complementary color
Monochromatic Colors of #BED108
Black with #BED108
Text Example
Text Example
White with #BED108
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BED108; }
p { color: rgb(190,209,8); }
H1.HeaderClassName
{
color: #BED108;
}
.AnyTagClassName
{
color: #BED108;
}
</style>
background-color css
<style>
a { background-color: #BED108; }
a { background-color: rgb(190,209,8); }
div.DivClassName
{
background-color: #BED108;
}
.BgClassName
{
background-color: #BED108;
}
</style>
border-color css
<style>
span { border-color: #BED108; }
span { border-color: rgb(190,209,8); }
td.TdClassName
{
border-color: #BED108;
}
.TagClassName
{
border-color: #BED108;
}
</style>