Shades of La Rioja #BBCE07
Tints of La Rioja #BBCE07
RGB
CMYK
RGB Variations
Color information
#BBCE07 (or 0xBBCE07) is known color: La Rioja. HEX triplet: BB, CE and 07. RGB value is (187,206,7). Sum of RGB (Red+Green+Blue) = 187+206+7=400 (52% of max value = 765). Red value is 187 (73.44% from 255 or 46.75% from 400); Green value is 206 (80.86% from 255 or 51.5% from 400); Blue value is 7 (3.12% from 255 or 1.75% from 400); Max value from RGB is 206 - color contains mainly: green. Hex color #BBCE07 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BBCE07 is #4431F8. Grayscale: #B2B2B2. Windows color (decimal): -4469241 or 511675. OLE color: 511675.
HSL color Cylindrical-coordinate representation of color #BBCE07: hue angle of 65.73º degrees, saturation: 0.93, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #BBCE07 is Cyan = 0.09, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 187 | 206 | 7 | - |
| CMYK | 0.09 | 0 | 0.97 | 0.19 |
| HSL | 65.73º | 0.93% | 0.42% | - |
| HSV(B) | 65.73º | 0.97% | 0.81% | - |
| XYZ | 42.6 | 54.72 | 8.52 | - |
| YUV | 177.63 | 31.71 | 134.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 206 | 7 | 0.09 | 0 | 0.97 | 0.19 | 65.73 | 0.93 | 0.42 |
| Hex | BB | CE | 7 | 9 | 0 | 61 | 13 | 42 | 5D | 2A |
| Octal | 273 | 316 | 7 | 11 | 0 | 141 | 23 | 102 | 135 | 52 |
| Binary | 10111011 | 11001110 | 111 | 1001 | 0 | 1100001 | 10011 | 1000010 | 1011101 | 101010 |
Color Harmonies of #BBCE07
Complementary color
Monochromatic Colors of #BBCE07
Black with #BBCE07
Text Example
Text Example
White with #BBCE07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBCE07; }
p { color: rgb(187,206,7); }
H1.HeaderClassName
{
color: #BBCE07;
}
.AnyTagClassName
{
color: #BBCE07;
}
</style>
background-color css
<style>
a { background-color: #BBCE07; }
a { background-color: rgb(187,206,7); }
div.DivClassName
{
background-color: #BBCE07;
}
.BgClassName
{
background-color: #BBCE07;
}
</style>
border-color css
<style>
span { border-color: #BBCE07; }
span { border-color: rgb(187,206,7); }
td.TdClassName
{
border-color: #BBCE07;
}
.TagClassName
{
border-color: #BBCE07;
}
</style>