Shades of Las Palmas #BCE332
Tints of Las Palmas #BCE332
RGB
CMYK
RGB Variations
Color information
#BCE332 (or 0xBCE332) is known color: Las Palmas. HEX triplet: BC, E3 and 32. RGB value is (188,227,50). Sum of RGB (Red+Green+Blue) = 188+227+50=465 (61% of max value = 765). Red value is 188 (73.83% from 255 or 40.43% from 465); Green value is 227 (89.06% from 255 or 48.82% from 465); Blue value is 50 (19.92% from 255 or 10.75% from 465); Max value from RGB is 227 - color contains mainly: green. Hex color #BCE332 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BCE332 is #431CCD. Grayscale: #C3C3C3. Windows color (decimal): -4398286 or 3335100. OLE color: 3335100.
HSL color Cylindrical-coordinate representation of color #BCE332: hue angle of 73.22º degrees, saturation: 0.76, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #BCE332 is Cyan = 0.17, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 188 | 227 | 50 | - |
| CMYK | 0.17 | 0 | 0.78 | 0.11 |
| HSL | 73.22º | 0.76% | 0.54% | - |
| HSV(B) | 73.22º | 0.78% | 0.89% | - |
| XYZ | 48.78 | 65.86 | 13.16 | - |
| YUV | 195.16 | 46.08 | 122.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 227 | 50 | 0.17 | 0 | 0.78 | 0.11 | 73.22 | 0.76 | 0.54 |
| Hex | BC | E3 | 32 | 11 | 0 | 4E | B | 49 | 4C | 36 |
| Octal | 274 | 343 | 62 | 21 | 0 | 116 | 13 | 111 | 114 | 66 |
| Binary | 10111100 | 11100011 | 110010 | 10001 | 0 | 1001110 | 1011 | 1001001 | 1001100 | 110110 |
Color Harmonies of #BCE332
Complementary color
Monochromatic Colors of #BCE332
Black with #BCE332
Text Example
Text Example
White with #BCE332
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCE332; }
p { color: rgb(188,227,50); }
H1.HeaderClassName
{
color: #BCE332;
}
.AnyTagClassName
{
color: #BCE332;
}
</style>
background-color css
<style>
a { background-color: #BCE332; }
a { background-color: rgb(188,227,50); }
div.DivClassName
{
background-color: #BCE332;
}
.BgClassName
{
background-color: #BCE332;
}
</style>
border-color css
<style>
span { border-color: #BCE332; }
span { border-color: rgb(188,227,50); }
td.TdClassName
{
border-color: #BCE332;
}
.TagClassName
{
border-color: #BCE332;
}
</style>