Shades of Las Palmas #BCCF3C
Tints of Las Palmas #BCCF3C
RGB
CMYK
RGB Variations
Color information
#BCCF3C (or 0xBCCF3C) is known color: Las Palmas. HEX triplet: BC, CF and 3C. RGB value is (188,207,60). Sum of RGB (Red+Green+Blue) = 188+207+60=455 (60% of max value = 765). Red value is 188 (73.83% from 255 or 41.32% from 455); Green value is 207 (81.25% from 255 or 45.49% from 455); Blue value is 60 (23.83% from 255 or 13.19% from 455); Max value from RGB is 207 - color contains mainly: green. Hex color #BCCF3C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BCCF3C is #4330C3. Grayscale: #B9B9B9. Windows color (decimal): -4403396 or 3985340. OLE color: 3985340.
HSL color Cylindrical-coordinate representation of color #BCCF3C: hue angle of 67.76º degrees, saturation: 0.6, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #BCCF3C is Cyan = 0.09, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 188 | 207 | 60 | - |
| CMYK | 0.09 | 0 | 0.71 | 0.19 |
| HSL | 67.76º | 0.6% | 0.52% | - |
| HSV(B) | 67.76º | 0.71% | 0.81% | - |
| XYZ | 43.87 | 55.64 | 12.7 | - |
| YUV | 184.56 | 57.71 | 130.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 207 | 60 | 0.09 | 0 | 0.71 | 0.19 | 67.76 | 0.6 | 0.52 |
| Hex | BC | CF | 3C | 9 | 0 | 47 | 13 | 44 | 3C | 34 |
| Octal | 274 | 317 | 74 | 11 | 0 | 107 | 23 | 104 | 74 | 64 |
| Binary | 10111100 | 11001111 | 111100 | 1001 | 0 | 1000111 | 10011 | 1000100 | 111100 | 110100 |
Color Harmonies of #BCCF3C
Complementary color
Monochromatic Colors of #BCCF3C
Black with #BCCF3C
Text Example
Text Example
White with #BCCF3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCCF3C; }
p { color: rgb(188,207,60); }
H1.HeaderClassName
{
color: #BCCF3C;
}
.AnyTagClassName
{
color: #BCCF3C;
}
</style>
background-color css
<style>
a { background-color: #BCCF3C; }
a { background-color: rgb(188,207,60); }
div.DivClassName
{
background-color: #BCCF3C;
}
.BgClassName
{
background-color: #BCCF3C;
}
</style>
border-color css
<style>
span { border-color: #BCCF3C; }
span { border-color: rgb(188,207,60); }
td.TdClassName
{
border-color: #BCCF3C;
}
.TagClassName
{
border-color: #BCCF3C;
}
</style>