Shades of Las Palmas #BCED2C
Tints of Las Palmas #BCED2C
RGB
CMYK
RGB Variations
Color information
#BCED2C (or 0xBCED2C) is known color: Las Palmas. HEX triplet: BC, ED and 2C. RGB value is (188,237,44). Sum of RGB (Red+Green+Blue) = 188+237+44=469 (62% of max value = 765). Red value is 188 (73.83% from 255 or 40.09% from 469); Green value is 237 (92.97% from 255 or 50.53% from 469); Blue value is 44 (17.58% from 255 or 9.38% from 469); Max value from RGB is 237 - color contains mainly: green. Hex color #BCED2C is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BCED2C is #4312D3. Grayscale: #C9C9C9. Windows color (decimal): -4395732 or 2944444. OLE color: 2944444.
HSL color Cylindrical-coordinate representation of color #BCED2C: hue angle of 75.23º degrees, saturation: 0.84, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #BCED2C is Cyan = 0.21, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 188 | 237 | 44 | - |
| CMYK | 0.21 | 0 | 0.81 | 0.07 |
| HSL | 75.23º | 0.84% | 0.55% | - |
| HSV(B) | 75.23º | 0.81% | 0.93% | - |
| XYZ | 51.48 | 71.44 | 13.46 | - |
| YUV | 200.35 | 39.77 | 119.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 237 | 44 | 0.21 | 0 | 0.81 | 0.07 | 75.23 | 0.84 | 0.55 |
| Hex | BC | ED | 2C | 15 | 0 | 51 | 7 | 4B | 54 | 37 |
| Octal | 274 | 355 | 54 | 25 | 0 | 121 | 7 | 113 | 124 | 67 |
| Binary | 10111100 | 11101101 | 101100 | 10101 | 0 | 1010001 | 111 | 1001011 | 1010100 | 110111 |
Color Harmonies of #BCED2C
Complementary color
Monochromatic Colors of #BCED2C
Black with #BCED2C
Text Example
Text Example
White with #BCED2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCED2C; }
p { color: rgb(188,237,44); }
H1.HeaderClassName
{
color: #BCED2C;
}
.AnyTagClassName
{
color: #BCED2C;
}
</style>
background-color css
<style>
a { background-color: #BCED2C; }
a { background-color: rgb(188,237,44); }
div.DivClassName
{
background-color: #BCED2C;
}
.BgClassName
{
background-color: #BCED2C;
}
</style>
border-color css
<style>
span { border-color: #BCED2C; }
span { border-color: rgb(188,237,44); }
td.TdClassName
{
border-color: #BCED2C;
}
.TagClassName
{
border-color: #BCED2C;
}
</style>