Shades of Las Palmas #BDD246
Tints of Las Palmas #BDD246
RGB
CMYK
RGB Variations
Color information
#BDD246 (or 0xBDD246) is known color: Las Palmas. HEX triplet: BD, D2 and 46. RGB value is (189,210,70). Sum of RGB (Red+Green+Blue) = 189+210+70=469 (62% of max value = 765). Red value is 189 (74.22% from 255 or 40.30% from 469); Green value is 210 (82.42% from 255 or 44.78% from 469); Blue value is 70 (27.73% from 255 or 14.93% from 469); Max value from RGB is 210 - color contains mainly: green. Hex color #BDD246 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BDD246 is #422DB9. Grayscale: #BCBCBC. Windows color (decimal): -4337082 or 4641469. OLE color: 4641469.
HSL color Cylindrical-coordinate representation of color #BDD246: hue angle of 69º degrees, saturation: 0.61, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #BDD246 is Cyan = 0.10, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 189 | 210 | 70 | - |
| CMYK | 0.10 | 0 | 0.67 | 0.18 |
| HSL | 69º | 0.61% | 0.55% | - |
| HSV(B) | 69º | 0.67% | 0.82% | - |
| XYZ | 45.14 | 57.35 | 14.49 | - |
| YUV | 187.76 | 61.54 | 128.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 210 | 70 | 0.10 | 0 | 0.67 | 0.18 | 69 | 0.61 | 0.55 |
| Hex | BD | D2 | 46 | A | 0 | 43 | 12 | 45 | 3D | 37 |
| Octal | 275 | 322 | 106 | 12 | 0 | 103 | 22 | 105 | 75 | 67 |
| Binary | 10111101 | 11010010 | 1000110 | 1010 | 0 | 1000011 | 10010 | 1000101 | 111101 | 110111 |
Color Harmonies of #BDD246
Complementary color
Monochromatic Colors of #BDD246
Black with #BDD246
Text Example
Text Example
White with #BDD246
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDD246; }
p { color: rgb(189,210,70); }
H1.HeaderClassName
{
color: #BDD246;
}
.AnyTagClassName
{
color: #BDD246;
}
</style>
background-color css
<style>
a { background-color: #BDD246; }
a { background-color: rgb(189,210,70); }
div.DivClassName
{
background-color: #BDD246;
}
.BgClassName
{
background-color: #BDD246;
}
</style>
border-color css
<style>
span { border-color: #BDD246; }
span { border-color: rgb(189,210,70); }
td.TdClassName
{
border-color: #BDD246;
}
.TagClassName
{
border-color: #BDD246;
}
</style>