Shades of Las Palmas #BCE237
Tints of Las Palmas #BCE237
RGB
CMYK
RGB Variations
Color information
#BCE237 (or 0xBCE237) is known color: Las Palmas. HEX triplet: BC, E2 and 37. RGB value is (188,226,55). Sum of RGB (Red+Green+Blue) = 188+226+55=469 (62% of max value = 765). Red value is 188 (73.83% from 255 or 40.09% from 469); Green value is 226 (88.67% from 255 or 48.19% from 469); Blue value is 55 (21.88% from 255 or 11.73% from 469); Max value from RGB is 226 - color contains mainly: green. Hex color #BCE237 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BCE237 is #431DC8. Grayscale: #C3C3C3. Windows color (decimal): -4398537 or 3662524. OLE color: 3662524.
HSL color Cylindrical-coordinate representation of color #BCE237: hue angle of 73.33º degrees, saturation: 0.75, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #BCE237 is Cyan = 0.17, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 188 | 226 | 55 | - |
| CMYK | 0.17 | 0 | 0.76 | 0.11 |
| HSL | 73.33º | 0.75% | 0.55% | - |
| HSV(B) | 73.33º | 0.76% | 0.89% | - |
| XYZ | 48.62 | 65.36 | 13.67 | - |
| YUV | 195.14 | 48.91 | 122.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 226 | 55 | 0.17 | 0 | 0.76 | 0.11 | 73.33 | 0.75 | 0.55 |
| Hex | BC | E2 | 37 | 11 | 0 | 4C | B | 49 | 4B | 37 |
| Octal | 274 | 342 | 67 | 21 | 0 | 114 | 13 | 111 | 113 | 67 |
| Binary | 10111100 | 11100010 | 110111 | 10001 | 0 | 1001100 | 1011 | 1001001 | 1001011 | 110111 |
Color Harmonies of #BCE237
Complementary color
Monochromatic Colors of #BCE237
Black with #BCE237
Text Example
Text Example
White with #BCE237
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCE237; }
p { color: rgb(188,226,55); }
H1.HeaderClassName
{
color: #BCE237;
}
.AnyTagClassName
{
color: #BCE237;
}
</style>
background-color css
<style>
a { background-color: #BCE237; }
a { background-color: rgb(188,226,55); }
div.DivClassName
{
background-color: #BCE237;
}
.BgClassName
{
background-color: #BCE237;
}
</style>
border-color css
<style>
span { border-color: #BCE237; }
span { border-color: rgb(188,226,55); }
td.TdClassName
{
border-color: #BCE237;
}
.TagClassName
{
border-color: #BCE237;
}
</style>