Shades of La Rioja #BBCE01
Tints of La Rioja #BBCE01
RGB
CMYK
RGB Variations
Color information
#BBCE01 (or 0xBBCE01) is known color: La Rioja. HEX triplet: BB, CE and 01. RGB value is (187,206,1). Sum of RGB (Red+Green+Blue) = 187+206+1=394 (52% of max value = 765). Red value is 187 (73.44% from 255 or 47.46% from 394); Green value is 206 (80.86% from 255 or 52.28% from 394); Blue value is 1 (0.78% from 255 or 0.25% from 394); Max value from RGB is 206 - color contains mainly: green. Hex color #BBCE01 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BBCE01 is #4431FE. Grayscale: #B1B1B1. Windows color (decimal): -4469247 or 118459. OLE color: 118459.
HSL color Cylindrical-coordinate representation of color #BBCE01: hue angle of 65.56º degrees, saturation: 0.99, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 1%. Process color model (Four color, CMYK) of #BBCE01 is Cyan = 0.09, Magento = 0, Yellow = 1.00 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 187 | 206 | 1 | - |
| CMYK | 0.09 | 0 | 1.00 | 0.19 |
| HSL | 65.56º | 0.99% | 0.41% | - |
| HSV(B) | 65.56º | 1% | 0.81% | - |
| XYZ | 42.57 | 54.71 | 8.35 | - |
| YUV | 176.95 | 28.71 | 135.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 206 | 1 | 0.09 | 0 | 1.00 | 0.19 | 65.56 | 0.99 | 0.41 |
| Hex | BB | CE | 1 | 9 | 0 | 64 | 13 | 42 | 63 | 29 |
| Octal | 273 | 316 | 1 | 11 | 0 | 144 | 23 | 102 | 143 | 51 |
| Binary | 10111011 | 11001110 | 1 | 1001 | 0 | 1100100 | 10011 | 1000010 | 1100011 | 101001 |
Color Harmonies of #BBCE01
Complementary color
Monochromatic Colors of #BBCE01
Black with #BBCE01
Text Example
Text Example
White with #BBCE01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBCE01; }
p { color: rgb(187,206,1); }
H1.HeaderClassName
{
color: #BBCE01;
}
.AnyTagClassName
{
color: #BBCE01;
}
</style>
background-color css
<style>
a { background-color: #BBCE01; }
a { background-color: rgb(187,206,1); }
div.DivClassName
{
background-color: #BBCE01;
}
.BgClassName
{
background-color: #BBCE01;
}
</style>
border-color css
<style>
span { border-color: #BBCE01; }
span { border-color: rgb(187,206,1); }
td.TdClassName
{
border-color: #BBCE01;
}
.TagClassName
{
border-color: #BBCE01;
}
</style>