Shades of Las Palmas #BCE134
Tints of Las Palmas #BCE134
RGB
CMYK
RGB Variations
Color information
#BCE134 (or 0xBCE134) is known color: Las Palmas. HEX triplet: BC, E1 and 34. RGB value is (188,225,52). Sum of RGB (Red+Green+Blue) = 188+225+52=465 (61% of max value = 765). Red value is 188 (73.83% from 255 or 40.43% from 465); Green value is 225 (88.28% from 255 or 48.39% from 465); Blue value is 52 (20.70% from 255 or 11.18% from 465); Max value from RGB is 225 - color contains mainly: green. Hex color #BCE134 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BCE134 is #431ECB. Grayscale: #C2C2C2. Windows color (decimal): -4398796 or 3465660. OLE color: 3465660.
HSL color Cylindrical-coordinate representation of color #BCE134: hue angle of 72.83º degrees, saturation: 0.74, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #BCE134 is Cyan = 0.16, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 188 | 225 | 52 | - |
| CMYK | 0.16 | 0 | 0.77 | 0.12 |
| HSL | 72.83º | 0.74% | 0.54% | - |
| HSV(B) | 72.83º | 0.77% | 0.88% | - |
| XYZ | 48.28 | 64.79 | 13.21 | - |
| YUV | 194.22 | 47.74 | 123.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 225 | 52 | 0.16 | 0 | 0.77 | 0.12 | 72.83 | 0.74 | 0.54 |
| Hex | BC | E1 | 34 | 10 | 0 | 4D | C | 49 | 4A | 36 |
| Octal | 274 | 341 | 64 | 20 | 0 | 115 | 14 | 111 | 112 | 66 |
| Binary | 10111100 | 11100001 | 110100 | 10000 | 0 | 1001101 | 1100 | 1001001 | 1001010 | 110110 |
Color Harmonies of #BCE134
Complementary color
Monochromatic Colors of #BCE134
Black with #BCE134
Text Example
Text Example
White with #BCE134
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCE134; }
p { color: rgb(188,225,52); }
H1.HeaderClassName
{
color: #BCE134;
}
.AnyTagClassName
{
color: #BCE134;
}
</style>
background-color css
<style>
a { background-color: #BCE134; }
a { background-color: rgb(188,225,52); }
div.DivClassName
{
background-color: #BCE134;
}
.BgClassName
{
background-color: #BCE134;
}
</style>
border-color css
<style>
span { border-color: #BCE134; }
span { border-color: rgb(188,225,52); }
td.TdClassName
{
border-color: #BCE134;
}
.TagClassName
{
border-color: #BCE134;
}
</style>