Shades of Las Palmas #BCDD3B
Tints of Las Palmas #BCDD3B
RGB
CMYK
RGB Variations
Color information
#BCDD3B (or 0xBCDD3B) is known color: Las Palmas. HEX triplet: BC, DD and 3B. RGB value is (188,221,59). Sum of RGB (Red+Green+Blue) = 188+221+59=468 (61% of max value = 765). Red value is 188 (73.83% from 255 or 40.17% from 468); Green value is 221 (86.72% from 255 or 47.22% from 468); Blue value is 59 (23.44% from 255 or 12.61% from 468); Max value from RGB is 221 - color contains mainly: green. Hex color #BCDD3B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BCDD3B is #4322C4. Grayscale: #C1C1C1. Windows color (decimal): -4399813 or 3923388. OLE color: 3923388.
HSL color Cylindrical-coordinate representation of color #BCDD3B: hue angle of 72.22º degrees, saturation: 0.7, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #BCDD3B is Cyan = 0.15, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 188 | 221 | 59 | - |
| CMYK | 0.15 | 0 | 0.73 | 0.13 |
| HSL | 72.22º | 0.7% | 0.55% | - |
| HSV(B) | 72.22º | 0.73% | 0.87% | - |
| XYZ | 47.38 | 62.72 | 13.75 | - |
| YUV | 192.67 | 52.57 | 124.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 221 | 59 | 0.15 | 0 | 0.73 | 0.13 | 72.22 | 0.7 | 0.55 |
| Hex | BC | DD | 3B | F | 0 | 49 | D | 48 | 46 | 37 |
| Octal | 274 | 335 | 73 | 17 | 0 | 111 | 15 | 110 | 106 | 67 |
| Binary | 10111100 | 11011101 | 111011 | 1111 | 0 | 1001001 | 1101 | 1001000 | 1000110 | 110111 |
Color Harmonies of #BCDD3B
Complementary color
Monochromatic Colors of #BCDD3B
Black with #BCDD3B
Text Example
Text Example
White with #BCDD3B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCDD3B; }
p { color: rgb(188,221,59); }
H1.HeaderClassName
{
color: #BCDD3B;
}
.AnyTagClassName
{
color: #BCDD3B;
}
</style>
background-color css
<style>
a { background-color: #BCDD3B; }
a { background-color: rgb(188,221,59); }
div.DivClassName
{
background-color: #BCDD3B;
}
.BgClassName
{
background-color: #BCDD3B;
}
</style>
border-color css
<style>
span { border-color: #BCDD3B; }
span { border-color: rgb(188,221,59); }
td.TdClassName
{
border-color: #BCDD3B;
}
.TagClassName
{
border-color: #BCDD3B;
}
</style>