Shades of Las Palmas #BCE632
Tints of Las Palmas #BCE632
RGB
CMYK
RGB Variations
Color information
#BCE632 (or 0xBCE632) is known color: Las Palmas. HEX triplet: BC, E6 and 32. RGB value is (188,230,50). Sum of RGB (Red+Green+Blue) = 188+230+50=468 (61% of max value = 765). Red value is 188 (73.83% from 255 or 40.17% from 468); Green value is 230 (90.23% from 255 or 49.15% from 468); Blue value is 50 (19.92% from 255 or 10.68% from 468); Max value from RGB is 230 - color contains mainly: green. Hex color #BCE632 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BCE632 is #4319CD. Grayscale: #C5C5C5. Windows color (decimal): -4397518 or 3335868. OLE color: 3335868.
HSL color Cylindrical-coordinate representation of color #BCE632: hue angle of 74º degrees, saturation: 0.78, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #BCE632 is Cyan = 0.18, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 188 | 230 | 50 | - |
| CMYK | 0.18 | 0 | 0.78 | 0.10 |
| HSL | 74º | 0.78% | 0.55% | - |
| HSV(B) | 74º | 0.78% | 0.9% | - |
| XYZ | 49.61 | 67.52 | 13.43 | - |
| YUV | 196.92 | 45.09 | 121.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 230 | 50 | 0.18 | 0 | 0.78 | 0.10 | 74 | 0.78 | 0.55 |
| Hex | BC | E6 | 32 | 12 | 0 | 4E | A | 4A | 4E | 37 |
| Octal | 274 | 346 | 62 | 22 | 0 | 116 | 12 | 112 | 116 | 67 |
| Binary | 10111100 | 11100110 | 110010 | 10010 | 0 | 1001110 | 1010 | 1001010 | 1001110 | 110111 |
Color Harmonies of #BCE632
Complementary color
Monochromatic Colors of #BCE632
Black with #BCE632
Text Example
Text Example
White with #BCE632
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCE632; }
p { color: rgb(188,230,50); }
H1.HeaderClassName
{
color: #BCE632;
}
.AnyTagClassName
{
color: #BCE632;
}
</style>
background-color css
<style>
a { background-color: #BCE632; }
a { background-color: rgb(188,230,50); }
div.DivClassName
{
background-color: #BCE632;
}
.BgClassName
{
background-color: #BCE632;
}
</style>
border-color css
<style>
span { border-color: #BCE632; }
span { border-color: rgb(188,230,50); }
td.TdClassName
{
border-color: #BCE632;
}
.TagClassName
{
border-color: #BCE632;
}
</style>