Shades of Las Palmas #BCDD43
Tints of Las Palmas #BCDD43
RGB
CMYK
RGB Variations
Color information
#BCDD43 (or 0xBCDD43) is known color: Las Palmas. HEX triplet: BC, DD and 43. RGB value is (188,221,67). Sum of RGB (Red+Green+Blue) = 188+221+67=476 (63% of max value = 765). Red value is 188 (73.83% from 255 or 39.50% from 476); Green value is 221 (86.72% from 255 or 46.43% from 476); Blue value is 67 (26.56% from 255 or 14.08% from 476); Max value from RGB is 221 - color contains mainly: green. Hex color #BCDD43 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BCDD43 is #4322BC. Grayscale: #C2C2C2. Windows color (decimal): -4399805 or 4447676. OLE color: 4447676.
HSL color Cylindrical-coordinate representation of color #BCDD43: hue angle of 72.86º degrees, saturation: 0.69, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #BCDD43 is Cyan = 0.15, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 188 | 221 | 67 | - |
| CMYK | 0.15 | 0 | 0.70 | 0.13 |
| HSL | 72.86º | 0.69% | 0.56% | - |
| HSV(B) | 72.86º | 0.7% | 0.87% | - |
| XYZ | 47.61 | 62.81 | 14.92 | - |
| YUV | 193.58 | 56.57 | 124.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 221 | 67 | 0.15 | 0 | 0.70 | 0.13 | 72.86 | 0.69 | 0.56 |
| Hex | BC | DD | 43 | F | 0 | 46 | D | 49 | 45 | 38 |
| Octal | 274 | 335 | 103 | 17 | 0 | 106 | 15 | 111 | 105 | 70 |
| Binary | 10111100 | 11011101 | 1000011 | 1111 | 0 | 1000110 | 1101 | 1001001 | 1000101 | 111000 |
Color Harmonies of #BCDD43
Complementary color
Monochromatic Colors of #BCDD43
Black with #BCDD43
Text Example
Text Example
White with #BCDD43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCDD43; }
p { color: rgb(188,221,67); }
H1.HeaderClassName
{
color: #BCDD43;
}
.AnyTagClassName
{
color: #BCDD43;
}
</style>
background-color css
<style>
a { background-color: #BCDD43; }
a { background-color: rgb(188,221,67); }
div.DivClassName
{
background-color: #BCDD43;
}
.BgClassName
{
background-color: #BCDD43;
}
</style>
border-color css
<style>
span { border-color: #BCDD43; }
span { border-color: rgb(188,221,67); }
td.TdClassName
{
border-color: #BCDD43;
}
.TagClassName
{
border-color: #BCDD43;
}
</style>