Shades of Las Palmas #BED447
Tints of Las Palmas #BED447
RGB
CMYK
RGB Variations
Color information
#BED447 (or 0xBED447) is known color: Las Palmas. HEX triplet: BE, D4 and 47. RGB value is (190,212,71). Sum of RGB (Red+Green+Blue) = 190+212+71=473 (62% of max value = 765). Red value is 190 (74.61% from 255 or 40.17% from 473); Green value is 212 (83.20% from 255 or 44.82% from 473); Blue value is 71 (28.12% from 255 or 15.01% from 473); Max value from RGB is 212 - color contains mainly: green. Hex color #BED447 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BED447 is #412BB8. Grayscale: #BDBDBD. Windows color (decimal): -4271033 or 4707518. OLE color: 4707518.
HSL color Cylindrical-coordinate representation of color #BED447: hue angle of 69.36º degrees, saturation: 0.62, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #BED447 is Cyan = 0.10, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 190 | 212 | 71 | - |
| CMYK | 0.10 | 0 | 0.67 | 0.17 |
| HSL | 69.36º | 0.62% | 0.55% | - |
| HSV(B) | 69.36º | 0.67% | 0.83% | - |
| XYZ | 45.92 | 58.49 | 14.83 | - |
| YUV | 189.35 | 61.21 | 128.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 212 | 71 | 0.10 | 0 | 0.67 | 0.17 | 69.36 | 0.62 | 0.55 |
| Hex | BE | D4 | 47 | A | 0 | 43 | 11 | 45 | 3E | 37 |
| Octal | 276 | 324 | 107 | 12 | 0 | 103 | 21 | 105 | 76 | 67 |
| Binary | 10111110 | 11010100 | 1000111 | 1010 | 0 | 1000011 | 10001 | 1000101 | 111110 | 110111 |
Color Harmonies of #BED447
Complementary color
Monochromatic Colors of #BED447
Black with #BED447
Text Example
Text Example
White with #BED447
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BED447; }
p { color: rgb(190,212,71); }
H1.HeaderClassName
{
color: #BED447;
}
.AnyTagClassName
{
color: #BED447;
}
</style>
background-color css
<style>
a { background-color: #BED447; }
a { background-color: rgb(190,212,71); }
div.DivClassName
{
background-color: #BED447;
}
.BgClassName
{
background-color: #BED447;
}
</style>
border-color css
<style>
span { border-color: #BED447; }
span { border-color: rgb(190,212,71); }
td.TdClassName
{
border-color: #BED447;
}
.TagClassName
{
border-color: #BED447;
}
</style>