Shades of Las Palmas #BCEB2F
Tints of Las Palmas #BCEB2F
RGB
CMYK
RGB Variations
Color information
#BCEB2F (or 0xBCEB2F) is known color: Las Palmas. HEX triplet: BC, EB and 2F. RGB value is (188,235,47). Sum of RGB (Red+Green+Blue) = 188+235+47=470 (62% of max value = 765). Red value is 188 (73.83% from 255 or 40% from 470); Green value is 235 (92.19% from 255 or 50% from 470); Blue value is 47 (18.75% from 255 or 10% from 470); Max value from RGB is 235 - color contains mainly: green. Hex color #BCEB2F is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BCEB2F is #4314D0. Grayscale: #C8C8C8. Windows color (decimal): -4396241 or 3140540. OLE color: 3140540.
HSL color Cylindrical-coordinate representation of color #BCEB2F: hue angle of 75º degrees, saturation: 0.82, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #BCEB2F is Cyan = 0.2, Magento = 0, Yellow = 0.8 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 188 | 235 | 47 | - |
| CMYK | 0.2 | 0 | 0.8 | 0.08 |
| HSL | 75º | 0.82% | 0.55% | - |
| HSV(B) | 75º | 0.8% | 0.92% | - |
| XYZ | 50.96 | 70.31 | 13.58 | - |
| YUV | 199.52 | 41.93 | 119.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 235 | 47 | 0.2 | 0 | 0.8 | 0.08 | 75 | 0.82 | 0.55 |
| Hex | BC | EB | 2F | 14 | 0 | 50 | 8 | 4B | 52 | 37 |
| Octal | 274 | 353 | 57 | 24 | 0 | 120 | 10 | 113 | 122 | 67 |
| Binary | 10111100 | 11101011 | 101111 | 10100 | 0 | 1010000 | 1000 | 1001011 | 1010010 | 110111 |
Color Harmonies of #BCEB2F
Complementary color
Monochromatic Colors of #BCEB2F
Black with #BCEB2F
Text Example
Text Example
White with #BCEB2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCEB2F; }
p { color: rgb(188,235,47); }
H1.HeaderClassName
{
color: #BCEB2F;
}
.AnyTagClassName
{
color: #BCEB2F;
}
</style>
background-color css
<style>
a { background-color: #BCEB2F; }
a { background-color: rgb(188,235,47); }
div.DivClassName
{
background-color: #BCEB2F;
}
.BgClassName
{
background-color: #BCEB2F;
}
</style>
border-color css
<style>
span { border-color: #BCEB2F; }
span { border-color: rgb(188,235,47); }
td.TdClassName
{
border-color: #BCEB2F;
}
.TagClassName
{
border-color: #BCEB2F;
}
</style>