Shades of Las Palmas #BCE235
Tints of Las Palmas #BCE235
RGB
CMYK
RGB Variations
Color information
#BCE235 (or 0xBCE235) is known color: Las Palmas. HEX triplet: BC, E2 and 35. RGB value is (188,226,53). Sum of RGB (Red+Green+Blue) = 188+226+53=467 (61% of max value = 765). Red value is 188 (73.83% from 255 or 40.26% from 467); Green value is 226 (88.67% from 255 or 48.39% from 467); Blue value is 53 (21.09% from 255 or 11.35% from 467); Max value from RGB is 226 - color contains mainly: green. Hex color #BCE235 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BCE235 is #431DCA. Grayscale: #C3C3C3. Windows color (decimal): -4398539 or 3531452. OLE color: 3531452.
HSL color Cylindrical-coordinate representation of color #BCE235: hue angle of 73.18º degrees, saturation: 0.75, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #BCE235 is Cyan = 0.17, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 188 | 226 | 53 | - |
| CMYK | 0.17 | 0 | 0.77 | 0.11 |
| HSL | 73.18º | 0.75% | 0.55% | - |
| HSV(B) | 73.18º | 0.77% | 0.89% | - |
| XYZ | 48.58 | 65.34 | 13.42 | - |
| YUV | 194.92 | 47.91 | 123.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 226 | 53 | 0.17 | 0 | 0.77 | 0.11 | 73.18 | 0.75 | 0.55 |
| Hex | BC | E2 | 35 | 11 | 0 | 4D | B | 49 | 4B | 37 |
| Octal | 274 | 342 | 65 | 21 | 0 | 115 | 13 | 111 | 113 | 67 |
| Binary | 10111100 | 11100010 | 110101 | 10001 | 0 | 1001101 | 1011 | 1001001 | 1001011 | 110111 |
Color Harmonies of #BCE235
Complementary color
Monochromatic Colors of #BCE235
Black with #BCE235
Text Example
Text Example
White with #BCE235
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCE235; }
p { color: rgb(188,226,53); }
H1.HeaderClassName
{
color: #BCE235;
}
.AnyTagClassName
{
color: #BCE235;
}
</style>
background-color css
<style>
a { background-color: #BCE235; }
a { background-color: rgb(188,226,53); }
div.DivClassName
{
background-color: #BCE235;
}
.BgClassName
{
background-color: #BCE235;
}
</style>
border-color css
<style>
span { border-color: #BCE235; }
span { border-color: rgb(188,226,53); }
td.TdClassName
{
border-color: #BCE235;
}
.TagClassName
{
border-color: #BCE235;
}
</style>