Shades of Las Palmas #BCE238
Tints of Las Palmas #BCE238
RGB
CMYK
RGB Variations
Color information
#BCE238 (or 0xBCE238) is known color: Las Palmas. HEX triplet: BC, E2 and 38. RGB value is (188,226,56). Sum of RGB (Red+Green+Blue) = 188+226+56=470 (62% of max value = 765). Red value is 188 (73.83% from 255 or 40% from 470); Green value is 226 (88.67% from 255 or 48.09% from 470); Blue value is 56 (22.27% from 255 or 11.91% from 470); Max value from RGB is 226 - color contains mainly: green. Hex color #BCE238 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BCE238 is #431DC7. Grayscale: #C3C3C3. Windows color (decimal): -4398536 or 3728060. OLE color: 3728060.
HSL color Cylindrical-coordinate representation of color #BCE238: hue angle of 73.41º degrees, saturation: 0.75, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #BCE238 is Cyan = 0.17, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 188 | 226 | 56 | - |
| CMYK | 0.17 | 0 | 0.75 | 0.11 |
| HSL | 73.41º | 0.75% | 0.55% | - |
| HSV(B) | 73.41º | 0.75% | 0.89% | - |
| XYZ | 48.65 | 65.37 | 13.79 | - |
| YUV | 195.26 | 49.41 | 122.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 226 | 56 | 0.17 | 0 | 0.75 | 0.11 | 73.41 | 0.75 | 0.55 |
| Hex | BC | E2 | 38 | 11 | 0 | 4B | B | 49 | 4B | 37 |
| Octal | 274 | 342 | 70 | 21 | 0 | 113 | 13 | 111 | 113 | 67 |
| Binary | 10111100 | 11100010 | 111000 | 10001 | 0 | 1001011 | 1011 | 1001001 | 1001011 | 110111 |
Color Harmonies of #BCE238
Complementary color
Monochromatic Colors of #BCE238
Black with #BCE238
Text Example
Text Example
White with #BCE238
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCE238; }
p { color: rgb(188,226,56); }
H1.HeaderClassName
{
color: #BCE238;
}
.AnyTagClassName
{
color: #BCE238;
}
</style>
background-color css
<style>
a { background-color: #BCE238; }
a { background-color: rgb(188,226,56); }
div.DivClassName
{
background-color: #BCE238;
}
.BgClassName
{
background-color: #BCE238;
}
</style>
border-color css
<style>
span { border-color: #BCE238; }
span { border-color: rgb(188,226,56); }
td.TdClassName
{
border-color: #BCE238;
}
.TagClassName
{
border-color: #BCE238;
}
</style>