Shades of Las Palmas #BFD246
Tints of Las Palmas #BFD246
RGB
CMYK
RGB Variations
Color information
#BFD246 (or 0xBFD246) is known color: Las Palmas. HEX triplet: BF, D2 and 46. RGB value is (191,210,70). Sum of RGB (Red+Green+Blue) = 191+210+70=471 (62% of max value = 765). Red value is 191 (75% from 255 or 40.55% from 471); Green value is 210 (82.42% from 255 or 44.59% from 471); Blue value is 70 (27.73% from 255 or 14.86% from 471); Max value from RGB is 210 - color contains mainly: green. Hex color #BFD246 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BFD246 is #402DB9. Grayscale: #BCBCBC. Windows color (decimal): -4206010 or 4641471. OLE color: 4641471.
HSL color Cylindrical-coordinate representation of color #BFD246: hue angle of 68.14º 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 #BFD246 is Cyan = 0.09, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 191 | 210 | 70 | - |
| CMYK | 0.09 | 0 | 0.67 | 0.18 |
| HSL | 68.14º | 0.61% | 0.55% | - |
| HSV(B) | 68.14º | 0.67% | 0.82% | - |
| XYZ | 45.64 | 57.61 | 14.51 | - |
| YUV | 188.36 | 61.21 | 129.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 210 | 70 | 0.09 | 0 | 0.67 | 0.18 | 68.14 | 0.61 | 0.55 |
| Hex | BF | D2 | 46 | 9 | 0 | 43 | 12 | 44 | 3D | 37 |
| Octal | 277 | 322 | 106 | 11 | 0 | 103 | 22 | 104 | 75 | 67 |
| Binary | 10111111 | 11010010 | 1000110 | 1001 | 0 | 1000011 | 10010 | 1000100 | 111101 | 110111 |
Color Harmonies of #BFD246
Complementary color
Monochromatic Colors of #BFD246
Black with #BFD246
Text Example
Text Example
White with #BFD246
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFD246; }
p { color: rgb(191,210,70); }
H1.HeaderClassName
{
color: #BFD246;
}
.AnyTagClassName
{
color: #BFD246;
}
</style>
background-color css
<style>
a { background-color: #BFD246; }
a { background-color: rgb(191,210,70); }
div.DivClassName
{
background-color: #BFD246;
}
.BgClassName
{
background-color: #BFD246;
}
</style>
border-color css
<style>
span { border-color: #BFD246; }
span { border-color: rgb(191,210,70); }
td.TdClassName
{
border-color: #BFD246;
}
.TagClassName
{
border-color: #BFD246;
}
</style>