Shades of Las Palmas #BCED3F
Tints of Las Palmas #BCED3F
RGB
CMYK
RGB Variations
Color information
#BCED3F (or 0xBCED3F) is known color: Las Palmas. HEX triplet: BC, ED and 3F. RGB value is (188,237,63). Sum of RGB (Red+Green+Blue) = 188+237+63=488 (64% of max value = 765). Red value is 188 (73.83% from 255 or 38.52% from 488); Green value is 237 (92.97% from 255 or 48.57% from 488); Blue value is 63 (25% from 255 or 12.91% from 488); Max value from RGB is 237 - color contains mainly: green. Hex color #BCED3F is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BCED3F is #4312C0. Grayscale: #CBCBCB. Windows color (decimal): -4395713 or 4189628. OLE color: 4189628.
HSL color Cylindrical-coordinate representation of color #BCED3F: hue angle of 76.9º degrees, saturation: 0.83, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #BCED3F is Cyan = 0.21, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 188 | 237 | 63 | - |
| CMYK | 0.21 | 0 | 0.73 | 0.07 |
| HSL | 76.9º | 0.83% | 0.59% | - |
| HSV(B) | 76.9º | 0.73% | 0.93% | - |
| XYZ | 51.92 | 71.62 | 15.79 | - |
| YUV | 202.51 | 49.27 | 117.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 237 | 63 | 0.21 | 0 | 0.73 | 0.07 | 76.9 | 0.83 | 0.59 |
| Hex | BC | ED | 3F | 15 | 0 | 49 | 7 | 4D | 53 | 3B |
| Octal | 274 | 355 | 77 | 25 | 0 | 111 | 7 | 115 | 123 | 73 |
| Binary | 10111100 | 11101101 | 111111 | 10101 | 0 | 1001001 | 111 | 1001101 | 1010011 | 111011 |
Color Harmonies of #BCED3F
Complementary color
Monochromatic Colors of #BCED3F
Black with #BCED3F
Text Example
Text Example
White with #BCED3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCED3F; }
p { color: rgb(188,237,63); }
H1.HeaderClassName
{
color: #BCED3F;
}
.AnyTagClassName
{
color: #BCED3F;
}
</style>
background-color css
<style>
a { background-color: #BCED3F; }
a { background-color: rgb(188,237,63); }
div.DivClassName
{
background-color: #BCED3F;
}
.BgClassName
{
background-color: #BCED3F;
}
</style>
border-color css
<style>
span { border-color: #BCED3F; }
span { border-color: rgb(188,237,63); }
td.TdClassName
{
border-color: #BCED3F;
}
.TagClassName
{
border-color: #BCED3F;
}
</style>