Shades of Las Palmas #BCEC32
Tints of Las Palmas #BCEC32
RGB
CMYK
RGB Variations
Color information
#BCEC32 (or 0xBCEC32) is known color: Las Palmas. HEX triplet: BC, EC and 32. RGB value is (188,236,50). Sum of RGB (Red+Green+Blue) = 188+236+50=474 (62% of max value = 765). Red value is 188 (73.83% from 255 or 39.66% from 474); Green value is 236 (92.58% from 255 or 49.79% from 474); Blue value is 50 (19.92% from 255 or 10.55% from 474); Max value from RGB is 236 - color contains mainly: green. Hex color #BCEC32 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BCEC32 is #4313CD. Grayscale: #C9C9C9. Windows color (decimal): -4395982 or 3337404. OLE color: 3337404.
HSL color Cylindrical-coordinate representation of color #BCEC32: hue angle of 75.48º degrees, saturation: 0.83, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #BCEC32 is Cyan = 0.20, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 188 | 236 | 50 | - |
| CMYK | 0.20 | 0 | 0.79 | 0.07 |
| HSL | 75.48º | 0.83% | 0.56% | - |
| HSV(B) | 75.48º | 0.79% | 0.93% | - |
| XYZ | 51.31 | 70.91 | 14 | - |
| YUV | 200.44 | 43.1 | 119.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 236 | 50 | 0.20 | 0 | 0.79 | 0.07 | 75.48 | 0.83 | 0.56 |
| Hex | BC | EC | 32 | 14 | 0 | 4F | 7 | 4B | 53 | 38 |
| Octal | 274 | 354 | 62 | 24 | 0 | 117 | 7 | 113 | 123 | 70 |
| Binary | 10111100 | 11101100 | 110010 | 10100 | 0 | 1001111 | 111 | 1001011 | 1010011 | 111000 |
Color Harmonies of #BCEC32
Complementary color
Monochromatic Colors of #BCEC32
Black with #BCEC32
Text Example
Text Example
White with #BCEC32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCEC32; }
p { color: rgb(188,236,50); }
H1.HeaderClassName
{
color: #BCEC32;
}
.AnyTagClassName
{
color: #BCEC32;
}
</style>
background-color css
<style>
a { background-color: #BCEC32; }
a { background-color: rgb(188,236,50); }
div.DivClassName
{
background-color: #BCEC32;
}
.BgClassName
{
background-color: #BCEC32;
}
</style>
border-color css
<style>
span { border-color: #BCEC32; }
span { border-color: rgb(188,236,50); }
td.TdClassName
{
border-color: #BCEC32;
}
.TagClassName
{
border-color: #BCEC32;
}
</style>