Shades of Las Palmas #BCED32
Tints of Las Palmas #BCED32
RGB
CMYK
RGB Variations
Color information
#BCED32 (or 0xBCED32) is known color: Las Palmas. HEX triplet: BC, ED and 32. RGB value is (188,237,50). Sum of RGB (Red+Green+Blue) = 188+237+50=475 (62% of max value = 765). Red value is 188 (73.83% from 255 or 39.58% from 475); Green value is 237 (92.97% from 255 or 49.89% from 475); Blue value is 50 (19.92% from 255 or 10.53% from 475); Max value from RGB is 237 - color contains mainly: green. Hex color #BCED32 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BCED32 is #4312CD. Grayscale: #C9C9C9. Windows color (decimal): -4395726 or 3337660. OLE color: 3337660.
HSL color Cylindrical-coordinate representation of color #BCED32: hue angle of 75.72º degrees, saturation: 0.84, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #BCED32 is Cyan = 0.21, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 188 | 237 | 50 | - |
| CMYK | 0.21 | 0 | 0.79 | 0.07 |
| HSL | 75.72º | 0.84% | 0.56% | - |
| HSV(B) | 75.72º | 0.79% | 0.93% | - |
| XYZ | 51.6 | 71.49 | 14.1 | - |
| YUV | 201.03 | 42.77 | 118.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 237 | 50 | 0.21 | 0 | 0.79 | 0.07 | 75.72 | 0.84 | 0.56 |
| Hex | BC | ED | 32 | 15 | 0 | 4F | 7 | 4C | 54 | 38 |
| Octal | 274 | 355 | 62 | 25 | 0 | 117 | 7 | 114 | 124 | 70 |
| Binary | 10111100 | 11101101 | 110010 | 10101 | 0 | 1001111 | 111 | 1001100 | 1010100 | 111000 |
Color Harmonies of #BCED32
Complementary color
Monochromatic Colors of #BCED32
Black with #BCED32
Text Example
Text Example
White with #BCED32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCED32; }
p { color: rgb(188,237,50); }
H1.HeaderClassName
{
color: #BCED32;
}
.AnyTagClassName
{
color: #BCED32;
}
</style>
background-color css
<style>
a { background-color: #BCED32; }
a { background-color: rgb(188,237,50); }
div.DivClassName
{
background-color: #BCED32;
}
.BgClassName
{
background-color: #BCED32;
}
</style>
border-color css
<style>
span { border-color: #BCED32; }
span { border-color: rgb(188,237,50); }
td.TdClassName
{
border-color: #BCED32;
}
.TagClassName
{
border-color: #BCED32;
}
</style>