Shades of Las Palmas #BCE135
Tints of Las Palmas #BCE135
RGB
CMYK
RGB Variations
Color information
#BCE135 (or 0xBCE135) is known color: Las Palmas. HEX triplet: BC, E1 and 35. RGB value is (188,225,53). Sum of RGB (Red+Green+Blue) = 188+225+53=466 (61% of max value = 765). Red value is 188 (73.83% from 255 or 40.34% from 466); Green value is 225 (88.28% from 255 or 48.28% from 466); Blue value is 53 (21.09% from 255 or 11.37% from 466); Max value from RGB is 225 - color contains mainly: green. Hex color #BCE135 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BCE135 is #431ECA. Grayscale: #C2C2C2. Windows color (decimal): -4398795 or 3531196. OLE color: 3531196.
HSL color Cylindrical-coordinate representation of color #BCE135: hue angle of 72.91º degrees, saturation: 0.74, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #BCE135 is Cyan = 0.16, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 188 | 225 | 53 | - |
| CMYK | 0.16 | 0 | 0.76 | 0.12 |
| HSL | 72.91º | 0.74% | 0.55% | - |
| HSV(B) | 72.91º | 0.76% | 0.88% | - |
| XYZ | 48.31 | 64.8 | 13.33 | - |
| YUV | 194.33 | 48.24 | 123.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 225 | 53 | 0.16 | 0 | 0.76 | 0.12 | 72.91 | 0.74 | 0.55 |
| Hex | BC | E1 | 35 | 10 | 0 | 4C | C | 49 | 4A | 37 |
| Octal | 274 | 341 | 65 | 20 | 0 | 114 | 14 | 111 | 112 | 67 |
| Binary | 10111100 | 11100001 | 110101 | 10000 | 0 | 1001100 | 1100 | 1001001 | 1001010 | 110111 |
Color Harmonies of #BCE135
Complementary color
Monochromatic Colors of #BCE135
Black with #BCE135
Text Example
Text Example
White with #BCE135
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCE135; }
p { color: rgb(188,225,53); }
H1.HeaderClassName
{
color: #BCE135;
}
.AnyTagClassName
{
color: #BCE135;
}
</style>
background-color css
<style>
a { background-color: #BCE135; }
a { background-color: rgb(188,225,53); }
div.DivClassName
{
background-color: #BCE135;
}
.BgClassName
{
background-color: #BCE135;
}
</style>
border-color css
<style>
span { border-color: #BCE135; }
span { border-color: rgb(188,225,53); }
td.TdClassName
{
border-color: #BCE135;
}
.TagClassName
{
border-color: #BCE135;
}
</style>