Shades of Las Palmas #BCE233
Tints of Las Palmas #BCE233
RGB
CMYK
RGB Variations
Color information
#BCE233 (or 0xBCE233) is known color: Las Palmas. HEX triplet: BC, E2 and 33. RGB value is (188,226,51). Sum of RGB (Red+Green+Blue) = 188+226+51=465 (61% of max value = 765). Red value is 188 (73.83% from 255 or 40.43% from 465); Green value is 226 (88.67% from 255 or 48.60% from 465); Blue value is 51 (20.31% from 255 or 10.97% from 465); Max value from RGB is 226 - color contains mainly: green. Hex color #BCE233 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BCE233 is #431DCC. Grayscale: #C3C3C3. Windows color (decimal): -4398541 or 3400380. OLE color: 3400380.
HSL color Cylindrical-coordinate representation of color #BCE233: hue angle of 73.03º degrees, saturation: 0.75, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #BCE233 is Cyan = 0.17, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 188 | 226 | 51 | - |
| CMYK | 0.17 | 0 | 0.77 | 0.11 |
| HSL | 73.03º | 0.75% | 0.54% | - |
| HSV(B) | 73.03º | 0.77% | 0.89% | - |
| XYZ | 48.53 | 65.32 | 13.18 | - |
| YUV | 194.69 | 46.91 | 123.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 226 | 51 | 0.17 | 0 | 0.77 | 0.11 | 73.03 | 0.75 | 0.54 |
| Hex | BC | E2 | 33 | 11 | 0 | 4D | B | 49 | 4B | 36 |
| Octal | 274 | 342 | 63 | 21 | 0 | 115 | 13 | 111 | 113 | 66 |
| Binary | 10111100 | 11100010 | 110011 | 10001 | 0 | 1001101 | 1011 | 1001001 | 1001011 | 110110 |
Color Harmonies of #BCE233
Complementary color
Monochromatic Colors of #BCE233
Black with #BCE233
Text Example
Text Example
White with #BCE233
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCE233; }
p { color: rgb(188,226,51); }
H1.HeaderClassName
{
color: #BCE233;
}
.AnyTagClassName
{
color: #BCE233;
}
</style>
background-color css
<style>
a { background-color: #BCE233; }
a { background-color: rgb(188,226,51); }
div.DivClassName
{
background-color: #BCE233;
}
.BgClassName
{
background-color: #BCE233;
}
</style>
border-color css
<style>
span { border-color: #BCE233; }
span { border-color: rgb(188,226,51); }
td.TdClassName
{
border-color: #BCE233;
}
.TagClassName
{
border-color: #BCE233;
}
</style>