Shades of Las Palmas #BCD745
Tints of Las Palmas #BCD745
RGB
CMYK
RGB Variations
Color information
#BCD745 (or 0xBCD745) is known color: Las Palmas. HEX triplet: BC, D7 and 45. RGB value is (188,215,69). Sum of RGB (Red+Green+Blue) = 188+215+69=472 (62% of max value = 765). Red value is 188 (73.83% from 255 or 39.83% from 472); Green value is 215 (84.38% from 255 or 45.55% from 472); Blue value is 69 (27.34% from 255 or 14.62% from 472); Max value from RGB is 215 - color contains mainly: green. Hex color #BCD745 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BCD745 is #4328BA. Grayscale: #BEBEBE. Windows color (decimal): -4401339 or 4577212. OLE color: 4577212.
HSL color Cylindrical-coordinate representation of color #BCD745: hue angle of 71.1º degrees, saturation: 0.65, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #BCD745 is Cyan = 0.13, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 188 | 215 | 69 | - |
| CMYK | 0.13 | 0 | 0.68 | 0.16 |
| HSL | 71.1º | 0.65% | 0.56% | - |
| HSV(B) | 71.1º | 0.68% | 0.84% | - |
| XYZ | 46.11 | 59.72 | 14.73 | - |
| YUV | 190.28 | 59.55 | 126.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 215 | 69 | 0.13 | 0 | 0.68 | 0.16 | 71.1 | 0.65 | 0.56 |
| Hex | BC | D7 | 45 | D | 0 | 44 | 10 | 47 | 41 | 38 |
| Octal | 274 | 327 | 105 | 15 | 0 | 104 | 20 | 107 | 101 | 70 |
| Binary | 10111100 | 11010111 | 1000101 | 1101 | 0 | 1000100 | 10000 | 1000111 | 1000001 | 111000 |
Color Harmonies of #BCD745
Complementary color
Monochromatic Colors of #BCD745
Black with #BCD745
Text Example
Text Example
White with #BCD745
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCD745; }
p { color: rgb(188,215,69); }
H1.HeaderClassName
{
color: #BCD745;
}
.AnyTagClassName
{
color: #BCD745;
}
</style>
background-color css
<style>
a { background-color: #BCD745; }
a { background-color: rgb(188,215,69); }
div.DivClassName
{
background-color: #BCD745;
}
.BgClassName
{
background-color: #BCD745;
}
</style>
border-color css
<style>
span { border-color: #BCD745; }
span { border-color: rgb(188,215,69); }
td.TdClassName
{
border-color: #BCD745;
}
.TagClassName
{
border-color: #BCD745;
}
</style>