Shades of Las Palmas #BCDD35
Tints of Las Palmas #BCDD35
RGB
CMYK
RGB Variations
Color information
#BCDD35 (or 0xBCDD35) is known color: Las Palmas. HEX triplet: BC, DD and 35. RGB value is (188,221,53). Sum of RGB (Red+Green+Blue) = 188+221+53=462 (61% of max value = 765). Red value is 188 (73.83% from 255 or 40.69% from 462); Green value is 221 (86.72% from 255 or 47.84% from 462); Blue value is 53 (21.09% from 255 or 11.47% from 462); Max value from RGB is 221 - color contains mainly: green. Hex color #BCDD35 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BCDD35 is #4322CA. Grayscale: #C0C0C0. Windows color (decimal): -4399819 or 3530172. OLE color: 3530172.
HSL color Cylindrical-coordinate representation of color #BCDD35: hue angle of 71.79º degrees, saturation: 0.71, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #BCDD35 is Cyan = 0.15, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 188 | 221 | 53 | - |
| CMYK | 0.15 | 0 | 0.76 | 0.13 |
| HSL | 71.79º | 0.71% | 0.54% | - |
| HSV(B) | 71.79º | 0.76% | 0.87% | - |
| XYZ | 47.24 | 62.66 | 12.97 | - |
| YUV | 191.98 | 49.57 | 125.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 221 | 53 | 0.15 | 0 | 0.76 | 0.13 | 71.79 | 0.71 | 0.54 |
| Hex | BC | DD | 35 | F | 0 | 4C | D | 48 | 47 | 36 |
| Octal | 274 | 335 | 65 | 17 | 0 | 114 | 15 | 110 | 107 | 66 |
| Binary | 10111100 | 11011101 | 110101 | 1111 | 0 | 1001100 | 1101 | 1001000 | 1000111 | 110110 |
Color Harmonies of #BCDD35
Complementary color
Monochromatic Colors of #BCDD35
Black with #BCDD35
Text Example
Text Example
White with #BCDD35
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCDD35; }
p { color: rgb(188,221,53); }
H1.HeaderClassName
{
color: #BCDD35;
}
.AnyTagClassName
{
color: #BCDD35;
}
</style>
background-color css
<style>
a { background-color: #BCDD35; }
a { background-color: rgb(188,221,53); }
div.DivClassName
{
background-color: #BCDD35;
}
.BgClassName
{
background-color: #BCDD35;
}
</style>
border-color css
<style>
span { border-color: #BCDD35; }
span { border-color: rgb(188,221,53); }
td.TdClassName
{
border-color: #BCDD35;
}
.TagClassName
{
border-color: #BCDD35;
}
</style>