Shades of Las Palmas #BCDB43
Tints of Las Palmas #BCDB43
RGB
CMYK
RGB Variations
Color information
#BCDB43 (or 0xBCDB43) is known color: Las Palmas. HEX triplet: BC, DB and 43. RGB value is (188,219,67). Sum of RGB (Red+Green+Blue) = 188+219+67=474 (62% of max value = 765). Red value is 188 (73.83% from 255 or 39.66% from 474); Green value is 219 (85.94% from 255 or 46.20% from 474); Blue value is 67 (26.56% from 255 or 14.14% from 474); Max value from RGB is 219 - color contains mainly: green. Hex color #BCDB43 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BCDB43 is #4324BC. Grayscale: #C0C0C0. Windows color (decimal): -4400317 or 4447164. OLE color: 4447164.
HSL color Cylindrical-coordinate representation of color #BCDB43: hue angle of 72.24º degrees, saturation: 0.68, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #BCDB43 is Cyan = 0.14, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 188 | 219 | 67 | - |
| CMYK | 0.14 | 0 | 0.69 | 0.14 |
| HSL | 72.24º | 0.68% | 0.56% | - |
| HSV(B) | 72.24º | 0.69% | 0.86% | - |
| XYZ | 47.08 | 61.76 | 14.75 | - |
| YUV | 192.4 | 57.23 | 124.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 219 | 67 | 0.14 | 0 | 0.69 | 0.14 | 72.24 | 0.68 | 0.56 |
| Hex | BC | DB | 43 | E | 0 | 45 | E | 48 | 44 | 38 |
| Octal | 274 | 333 | 103 | 16 | 0 | 105 | 16 | 110 | 104 | 70 |
| Binary | 10111100 | 11011011 | 1000011 | 1110 | 0 | 1000101 | 1110 | 1001000 | 1000100 | 111000 |
Color Harmonies of #BCDB43
Complementary color
Monochromatic Colors of #BCDB43
Black with #BCDB43
Text Example
Text Example
White with #BCDB43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCDB43; }
p { color: rgb(188,219,67); }
H1.HeaderClassName
{
color: #BCDB43;
}
.AnyTagClassName
{
color: #BCDB43;
}
</style>
background-color css
<style>
a { background-color: #BCDB43; }
a { background-color: rgb(188,219,67); }
div.DivClassName
{
background-color: #BCDB43;
}
.BgClassName
{
background-color: #BCDB43;
}
</style>
border-color css
<style>
span { border-color: #BCDB43; }
span { border-color: rgb(188,219,67); }
td.TdClassName
{
border-color: #BCDB43;
}
.TagClassName
{
border-color: #BCDB43;
}
</style>