Shades of Las Palmas #BED247
Tints of Las Palmas #BED247
RGB
CMYK
RGB Variations
Color information
#BED247 (or 0xBED247) is known color: Las Palmas. HEX triplet: BE, D2 and 47. RGB value is (190,210,71). Sum of RGB (Red+Green+Blue) = 190+210+71=471 (62% of max value = 765). Red value is 190 (74.61% from 255 or 40.34% from 471); Green value is 210 (82.42% from 255 or 44.59% from 471); Blue value is 71 (28.12% from 255 or 15.07% from 471); Max value from RGB is 210 - color contains mainly: green. Hex color #BED247 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BED247 is #412DB8. Grayscale: #BCBCBC. Windows color (decimal): -4271545 or 4707006. OLE color: 4707006.
HSL color Cylindrical-coordinate representation of color #BED247: hue angle of 68.63º degrees, saturation: 0.61, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #BED247 is Cyan = 0.10, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 190 | 210 | 71 | - |
| CMYK | 0.10 | 0 | 0.66 | 0.18 |
| HSL | 68.63º | 0.61% | 0.55% | - |
| HSV(B) | 68.63º | 0.66% | 0.82% | - |
| XYZ | 45.42 | 57.5 | 14.67 | - |
| YUV | 188.17 | 61.87 | 129.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 210 | 71 | 0.10 | 0 | 0.66 | 0.18 | 68.63 | 0.61 | 0.55 |
| Hex | BE | D2 | 47 | A | 0 | 42 | 12 | 45 | 3D | 37 |
| Octal | 276 | 322 | 107 | 12 | 0 | 102 | 22 | 105 | 75 | 67 |
| Binary | 10111110 | 11010010 | 1000111 | 1010 | 0 | 1000010 | 10010 | 1000101 | 111101 | 110111 |
Color Harmonies of #BED247
Complementary color
Monochromatic Colors of #BED247
Black with #BED247
Text Example
Text Example
White with #BED247
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BED247; }
p { color: rgb(190,210,71); }
H1.HeaderClassName
{
color: #BED247;
}
.AnyTagClassName
{
color: #BED247;
}
</style>
background-color css
<style>
a { background-color: #BED247; }
a { background-color: rgb(190,210,71); }
div.DivClassName
{
background-color: #BED247;
}
.BgClassName
{
background-color: #BED247;
}
</style>
border-color css
<style>
span { border-color: #BED247; }
span { border-color: rgb(190,210,71); }
td.TdClassName
{
border-color: #BED247;
}
.TagClassName
{
border-color: #BED247;
}
</style>