Shades of Las Palmas #BCE640
Tints of Las Palmas #BCE640
RGB
CMYK
RGB Variations
Color information
#BCE640 (or 0xBCE640) is known color: Las Palmas. HEX triplet: BC, E6 and 40. RGB value is (188,230,64). Sum of RGB (Red+Green+Blue) = 188+230+64=482 (63% of max value = 765). Red value is 188 (73.83% from 255 or 39.00% from 482); Green value is 230 (90.23% from 255 or 47.72% from 482); Blue value is 64 (25.39% from 255 or 13.28% from 482); Max value from RGB is 230 - color contains mainly: green. Hex color #BCE640 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BCE640 is #4319BF. Grayscale: #C7C7C7. Windows color (decimal): -4397504 or 4253372. OLE color: 4253372.
HSL color Cylindrical-coordinate representation of color #BCE640: hue angle of 75.18º degrees, saturation: 0.77, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #BCE640 is Cyan = 0.18, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 188 | 230 | 64 | - |
| CMYK | 0.18 | 0 | 0.72 | 0.10 |
| HSL | 75.18º | 0.77% | 0.58% | - |
| HSV(B) | 75.18º | 0.72% | 0.9% | - |
| XYZ | 49.96 | 67.66 | 15.28 | - |
| YUV | 198.52 | 52.09 | 120.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 230 | 64 | 0.18 | 0 | 0.72 | 0.10 | 75.18 | 0.77 | 0.58 |
| Hex | BC | E6 | 40 | 12 | 0 | 48 | A | 4B | 4D | 3A |
| Octal | 274 | 346 | 100 | 22 | 0 | 110 | 12 | 113 | 115 | 72 |
| Binary | 10111100 | 11100110 | 1000000 | 10010 | 0 | 1001000 | 1010 | 1001011 | 1001101 | 111010 |
Color Harmonies of #BCE640
Complementary color
Monochromatic Colors of #BCE640
Black with #BCE640
Text Example
Text Example
White with #BCE640
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCE640; }
p { color: rgb(188,230,64); }
H1.HeaderClassName
{
color: #BCE640;
}
.AnyTagClassName
{
color: #BCE640;
}
</style>
background-color css
<style>
a { background-color: #BCE640; }
a { background-color: rgb(188,230,64); }
div.DivClassName
{
background-color: #BCE640;
}
.BgClassName
{
background-color: #BCE640;
}
</style>
border-color css
<style>
span { border-color: #BCE640; }
span { border-color: rgb(188,230,64); }
td.TdClassName
{
border-color: #BCE640;
}
.TagClassName
{
border-color: #BCE640;
}
</style>