Shades of Las Palmas #BED545
Tints of Las Palmas #BED545
RGB
CMYK
RGB Variations
Color information
#BED545 (or 0xBED545) is known color: Las Palmas. HEX triplet: BE, D5 and 45. RGB value is (190,213,69). Sum of RGB (Red+Green+Blue) = 190+213+69=472 (62% of max value = 765). Red value is 190 (74.61% from 255 or 40.25% from 472); Green value is 213 (83.59% from 255 or 45.13% from 472); Blue value is 69 (27.34% from 255 or 14.62% from 472); Max value from RGB is 213 - color contains mainly: green. Hex color #BED545 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BED545 is #412ABA. Grayscale: #BEBEBE. Windows color (decimal): -4270779 or 4576702. OLE color: 4576702.
HSL color Cylindrical-coordinate representation of color #BED545: hue angle of 69.58º degrees, saturation: 0.63, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #BED545 is Cyan = 0.11, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 190 | 213 | 69 | - |
| CMYK | 0.11 | 0 | 0.68 | 0.16 |
| HSL | 69.58º | 0.63% | 0.55% | - |
| HSV(B) | 69.58º | 0.68% | 0.84% | - |
| XYZ | 46.1 | 58.97 | 14.58 | - |
| YUV | 189.71 | 59.88 | 128.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 213 | 69 | 0.11 | 0 | 0.68 | 0.16 | 69.58 | 0.63 | 0.55 |
| Hex | BE | D5 | 45 | B | 0 | 44 | 10 | 46 | 3F | 37 |
| Octal | 276 | 325 | 105 | 13 | 0 | 104 | 20 | 106 | 77 | 67 |
| Binary | 10111110 | 11010101 | 1000101 | 1011 | 0 | 1000100 | 10000 | 1000110 | 111111 | 110111 |
Color Harmonies of #BED545
Complementary color
Monochromatic Colors of #BED545
Black with #BED545
Text Example
Text Example
White with #BED545
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BED545; }
p { color: rgb(190,213,69); }
H1.HeaderClassName
{
color: #BED545;
}
.AnyTagClassName
{
color: #BED545;
}
</style>
background-color css
<style>
a { background-color: #BED545; }
a { background-color: rgb(190,213,69); }
div.DivClassName
{
background-color: #BED545;
}
.BgClassName
{
background-color: #BED545;
}
</style>
border-color css
<style>
span { border-color: #BED545; }
span { border-color: rgb(190,213,69); }
td.TdClassName
{
border-color: #BED545;
}
.TagClassName
{
border-color: #BED545;
}
</style>