Shades of Las Palmas #BCDE37
Tints of Las Palmas #BCDE37
RGB
CMYK
RGB Variations
Color information
#BCDE37 (or 0xBCDE37) is known color: Las Palmas. HEX triplet: BC, DE and 37. RGB value is (188,222,55). Sum of RGB (Red+Green+Blue) = 188+222+55=465 (61% of max value = 765). Red value is 188 (73.83% from 255 or 40.43% from 465); Green value is 222 (87.11% from 255 or 47.74% from 465); Blue value is 55 (21.88% from 255 or 11.83% from 465); Max value from RGB is 222 - color contains mainly: green. Hex color #BCDE37 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BCDE37 is #4321C8. Grayscale: #C1C1C1. Windows color (decimal): -4399561 or 3661500. OLE color: 3661500.
HSL color Cylindrical-coordinate representation of color #BCDE37: hue angle of 72.22º degrees, saturation: 0.72, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #BCDE37 is Cyan = 0.15, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 188 | 222 | 55 | - |
| CMYK | 0.15 | 0 | 0.75 | 0.13 |
| HSL | 72.22º | 0.72% | 0.54% | - |
| HSV(B) | 72.22º | 0.75% | 0.87% | - |
| XYZ | 47.55 | 63.21 | 13.31 | - |
| YUV | 192.8 | 50.24 | 124.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 222 | 55 | 0.15 | 0 | 0.75 | 0.13 | 72.22 | 0.72 | 0.54 |
| Hex | BC | DE | 37 | F | 0 | 4B | D | 48 | 48 | 36 |
| Octal | 274 | 336 | 67 | 17 | 0 | 113 | 15 | 110 | 110 | 66 |
| Binary | 10111100 | 11011110 | 110111 | 1111 | 0 | 1001011 | 1101 | 1001000 | 1001000 | 110110 |
Color Harmonies of #BCDE37
Complementary color
Monochromatic Colors of #BCDE37
Black with #BCDE37
Text Example
Text Example
White with #BCDE37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCDE37; }
p { color: rgb(188,222,55); }
H1.HeaderClassName
{
color: #BCDE37;
}
.AnyTagClassName
{
color: #BCDE37;
}
</style>
background-color css
<style>
a { background-color: #BCDE37; }
a { background-color: rgb(188,222,55); }
div.DivClassName
{
background-color: #BCDE37;
}
.BgClassName
{
background-color: #BCDE37;
}
</style>
border-color css
<style>
span { border-color: #BCDE37; }
span { border-color: rgb(188,222,55); }
td.TdClassName
{
border-color: #BCDE37;
}
.TagClassName
{
border-color: #BCDE37;
}
</style>