Shades of Las Palmas #BED449
Tints of Las Palmas #BED449
RGB
CMYK
RGB Variations
Color information
#BED449 (or 0xBED449) is known color: Las Palmas. HEX triplet: BE, D4 and 49. RGB value is (190,212,73). Sum of RGB (Red+Green+Blue) = 190+212+73=475 (62% of max value = 765). Red value is 190 (74.61% from 255 or 40% from 475); Green value is 212 (83.20% from 255 or 44.63% from 475); Blue value is 73 (28.91% from 255 or 15.37% from 475); Max value from RGB is 212 - color contains mainly: green. Hex color #BED449 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BED449 is #412BB6. Grayscale: #BEBEBE. Windows color (decimal): -4271031 or 4838590. OLE color: 4838590.
HSL color Cylindrical-coordinate representation of color #BED449: hue angle of 69.5º degrees, saturation: 0.62, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #BED449 is Cyan = 0.10, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 190 | 212 | 73 | - |
| CMYK | 0.10 | 0 | 0.66 | 0.17 |
| HSL | 69.5º | 0.62% | 0.56% | - |
| HSV(B) | 69.5º | 0.66% | 0.83% | - |
| XYZ | 45.98 | 58.52 | 15.17 | - |
| YUV | 189.58 | 62.21 | 128.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 212 | 73 | 0.10 | 0 | 0.66 | 0.17 | 69.5 | 0.62 | 0.56 |
| Hex | BE | D4 | 49 | A | 0 | 42 | 11 | 45 | 3E | 38 |
| Octal | 276 | 324 | 111 | 12 | 0 | 102 | 21 | 105 | 76 | 70 |
| Binary | 10111110 | 11010100 | 1001001 | 1010 | 0 | 1000010 | 10001 | 1000101 | 111110 | 111000 |
Color Harmonies of #BED449
Complementary color
Monochromatic Colors of #BED449
Black with #BED449
Text Example
Text Example
White with #BED449
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BED449; }
p { color: rgb(190,212,73); }
H1.HeaderClassName
{
color: #BED449;
}
.AnyTagClassName
{
color: #BED449;
}
</style>
background-color css
<style>
a { background-color: #BED449; }
a { background-color: rgb(190,212,73); }
div.DivClassName
{
background-color: #BED449;
}
.BgClassName
{
background-color: #BED449;
}
</style>
border-color css
<style>
span { border-color: #BED449; }
span { border-color: rgb(190,212,73); }
td.TdClassName
{
border-color: #BED449;
}
.TagClassName
{
border-color: #BED449;
}
</style>