Shades of Las Palmas #BCE035
Tints of Las Palmas #BCE035
RGB
CMYK
RGB Variations
Color information
#BCE035 (or 0xBCE035) is known color: Las Palmas. HEX triplet: BC, E0 and 35. RGB value is (188,224,53). Sum of RGB (Red+Green+Blue) = 188+224+53=465 (61% of max value = 765). Red value is 188 (73.83% from 255 or 40.43% from 465); Green value is 224 (87.89% from 255 or 48.17% from 465); Blue value is 53 (21.09% from 255 or 11.40% from 465); Max value from RGB is 224 - color contains mainly: green. Hex color #BCE035 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BCE035 is #431FCA. Grayscale: #C2C2C2. Windows color (decimal): -4399051 or 3530940. OLE color: 3530940.
HSL color Cylindrical-coordinate representation of color #BCE035: hue angle of 72.63º degrees, saturation: 0.73, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #BCE035 is Cyan = 0.16, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 188 | 224 | 53 | - |
| CMYK | 0.16 | 0 | 0.76 | 0.12 |
| HSL | 72.63º | 0.73% | 0.54% | - |
| HSV(B) | 72.63º | 0.76% | 0.88% | - |
| XYZ | 48.04 | 64.26 | 13.24 | - |
| YUV | 193.74 | 48.57 | 123.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 224 | 53 | 0.16 | 0 | 0.76 | 0.12 | 72.63 | 0.73 | 0.54 |
| Hex | BC | E0 | 35 | 10 | 0 | 4C | C | 49 | 49 | 36 |
| Octal | 274 | 340 | 65 | 20 | 0 | 114 | 14 | 111 | 111 | 66 |
| Binary | 10111100 | 11100000 | 110101 | 10000 | 0 | 1001100 | 1100 | 1001001 | 1001001 | 110110 |
Color Harmonies of #BCE035
Complementary color
Monochromatic Colors of #BCE035
Black with #BCE035
Text Example
Text Example
White with #BCE035
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCE035; }
p { color: rgb(188,224,53); }
H1.HeaderClassName
{
color: #BCE035;
}
.AnyTagClassName
{
color: #BCE035;
}
</style>
background-color css
<style>
a { background-color: #BCE035; }
a { background-color: rgb(188,224,53); }
div.DivClassName
{
background-color: #BCE035;
}
.BgClassName
{
background-color: #BCE035;
}
</style>
border-color css
<style>
span { border-color: #BCE035; }
span { border-color: rgb(188,224,53); }
td.TdClassName
{
border-color: #BCE035;
}
.TagClassName
{
border-color: #BCE035;
}
</style>