Shades of Las Palmas #BCE535
Tints of Las Palmas #BCE535
RGB
CMYK
RGB Variations
Color information
#BCE535 (or 0xBCE535) is known color: Las Palmas. HEX triplet: BC, E5 and 35. RGB value is (188,229,53). Sum of RGB (Red+Green+Blue) = 188+229+53=470 (62% of max value = 765). Red value is 188 (73.83% from 255 or 40% from 470); Green value is 229 (89.84% from 255 or 48.72% from 470); Blue value is 53 (21.09% from 255 or 11.28% from 470); Max value from RGB is 229 - color contains mainly: green. Hex color #BCE535 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BCE535 is #431ACA. Grayscale: #C5C5C5. Windows color (decimal): -4397771 or 3532220. OLE color: 3532220.
HSL color Cylindrical-coordinate representation of color #BCE535: hue angle of 73.98º degrees, saturation: 0.77, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #BCE535 is Cyan = 0.18, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 188 | 229 | 53 | - |
| CMYK | 0.18 | 0 | 0.77 | 0.10 |
| HSL | 73.98º | 0.77% | 0.55% | - |
| HSV(B) | 73.98º | 0.77% | 0.9% | - |
| XYZ | 49.4 | 66.99 | 13.69 | - |
| YUV | 196.68 | 46.92 | 121.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 229 | 53 | 0.18 | 0 | 0.77 | 0.10 | 73.98 | 0.77 | 0.55 |
| Hex | BC | E5 | 35 | 12 | 0 | 4D | A | 4A | 4D | 37 |
| Octal | 274 | 345 | 65 | 22 | 0 | 115 | 12 | 112 | 115 | 67 |
| Binary | 10111100 | 11100101 | 110101 | 10010 | 0 | 1001101 | 1010 | 1001010 | 1001101 | 110111 |
Color Harmonies of #BCE535
Complementary color
Monochromatic Colors of #BCE535
Black with #BCE535
Text Example
Text Example
White with #BCE535
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCE535; }
p { color: rgb(188,229,53); }
H1.HeaderClassName
{
color: #BCE535;
}
.AnyTagClassName
{
color: #BCE535;
}
</style>
background-color css
<style>
a { background-color: #BCE535; }
a { background-color: rgb(188,229,53); }
div.DivClassName
{
background-color: #BCE535;
}
.BgClassName
{
background-color: #BCE535;
}
</style>
border-color css
<style>
span { border-color: #BCE535; }
span { border-color: rgb(188,229,53); }
td.TdClassName
{
border-color: #BCE535;
}
.TagClassName
{
border-color: #BCE535;
}
</style>