Shades of Las Palmas #BCD244
Tints of Las Palmas #BCD244
RGB
CMYK
RGB Variations
Color information
#BCD244 (or 0xBCD244) is known color: Las Palmas. HEX triplet: BC, D2 and 44. RGB value is (188,210,68). Sum of RGB (Red+Green+Blue) = 188+210+68=466 (61% of max value = 765). Red value is 188 (73.83% from 255 or 40.34% from 466); Green value is 210 (82.42% from 255 or 45.06% from 466); Blue value is 68 (26.95% from 255 or 14.59% from 466); Max value from RGB is 210 - color contains mainly: green. Hex color #BCD244 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BCD244 is #432DBB. Grayscale: #BBBBBB. Windows color (decimal): -4402620 or 4510396. OLE color: 4510396.
HSL color Cylindrical-coordinate representation of color #BCD244: hue angle of 69.3º degrees, saturation: 0.61, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #BCD244 is Cyan = 0.10, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 188 | 210 | 68 | - |
| CMYK | 0.10 | 0 | 0.68 | 0.18 |
| HSL | 69.3º | 0.61% | 0.55% | - |
| HSV(B) | 69.3º | 0.68% | 0.82% | - |
| XYZ | 44.83 | 57.2 | 14.15 | - |
| YUV | 187.23 | 60.71 | 128.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 210 | 68 | 0.10 | 0 | 0.68 | 0.18 | 69.3 | 0.61 | 0.55 |
| Hex | BC | D2 | 44 | A | 0 | 44 | 12 | 45 | 3D | 37 |
| Octal | 274 | 322 | 104 | 12 | 0 | 104 | 22 | 105 | 75 | 67 |
| Binary | 10111100 | 11010010 | 1000100 | 1010 | 0 | 1000100 | 10010 | 1000101 | 111101 | 110111 |
Color Harmonies of #BCD244
Complementary color
Monochromatic Colors of #BCD244
Black with #BCD244
Text Example
Text Example
White with #BCD244
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCD244; }
p { color: rgb(188,210,68); }
H1.HeaderClassName
{
color: #BCD244;
}
.AnyTagClassName
{
color: #BCD244;
}
</style>
background-color css
<style>
a { background-color: #BCD244; }
a { background-color: rgb(188,210,68); }
div.DivClassName
{
background-color: #BCD244;
}
.BgClassName
{
background-color: #BCD244;
}
</style>
border-color css
<style>
span { border-color: #BCD244; }
span { border-color: rgb(188,210,68); }
td.TdClassName
{
border-color: #BCD244;
}
.TagClassName
{
border-color: #BCD244;
}
</style>