Shades of Las Palmas #BDD043
Tints of Las Palmas #BDD043
RGB
CMYK
RGB Variations
Color information
#BDD043 (or 0xBDD043) is known color: Las Palmas. HEX triplet: BD, D0 and 43. RGB value is (189,208,67). Sum of RGB (Red+Green+Blue) = 189+208+67=464 (61% of max value = 765). Red value is 189 (74.22% from 255 or 40.73% from 464); Green value is 208 (81.64% from 255 or 44.83% from 464); Blue value is 67 (26.56% from 255 or 14.44% from 464); Max value from RGB is 208 - color contains mainly: green. Hex color #BDD043 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BDD043 is #422FBC. Grayscale: #BABABA. Windows color (decimal): -4337597 or 4444349. OLE color: 4444349.
HSL color Cylindrical-coordinate representation of color #BDD043: hue angle of 68.09º degrees, saturation: 0.6, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #BDD043 is Cyan = 0.09, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 189 | 208 | 67 | - |
| CMYK | 0.09 | 0 | 0.68 | 0.18 |
| HSL | 68.09º | 0.6% | 0.54% | - |
| HSV(B) | 68.09º | 0.68% | 0.82% | - |
| XYZ | 44.56 | 56.34 | 13.84 | - |
| YUV | 186.25 | 60.71 | 129.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 208 | 67 | 0.09 | 0 | 0.68 | 0.18 | 68.09 | 0.6 | 0.54 |
| Hex | BD | D0 | 43 | 9 | 0 | 44 | 12 | 44 | 3C | 36 |
| Octal | 275 | 320 | 103 | 11 | 0 | 104 | 22 | 104 | 74 | 66 |
| Binary | 10111101 | 11010000 | 1000011 | 1001 | 0 | 1000100 | 10010 | 1000100 | 111100 | 110110 |
Color Harmonies of #BDD043
Complementary color
Monochromatic Colors of #BDD043
Black with #BDD043
Text Example
Text Example
White with #BDD043
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDD043; }
p { color: rgb(189,208,67); }
H1.HeaderClassName
{
color: #BDD043;
}
.AnyTagClassName
{
color: #BDD043;
}
</style>
background-color css
<style>
a { background-color: #BDD043; }
a { background-color: rgb(189,208,67); }
div.DivClassName
{
background-color: #BDD043;
}
.BgClassName
{
background-color: #BDD043;
}
</style>
border-color css
<style>
span { border-color: #BDD043; }
span { border-color: rgb(189,208,67); }
td.TdClassName
{
border-color: #BDD043;
}
.TagClassName
{
border-color: #BDD043;
}
</style>