Shades of Las Palmas #BED544
Tints of Las Palmas #BED544
RGB
CMYK
RGB Variations
Color information
#BED544 (or 0xBED544) is known color: Las Palmas. HEX triplet: BE, D5 and 44. RGB value is (190,213,68). Sum of RGB (Red+Green+Blue) = 190+213+68=471 (62% of max value = 765). Red value is 190 (74.61% from 255 or 40.34% from 471); Green value is 213 (83.59% from 255 or 45.22% from 471); Blue value is 68 (26.95% from 255 or 14.44% from 471); Max value from RGB is 213 - color contains mainly: green. Hex color #BED544 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BED544 is #412ABB. Grayscale: #BEBEBE. Windows color (decimal): -4270780 or 4511166. OLE color: 4511166.
HSL color Cylindrical-coordinate representation of color #BED544: hue angle of 69.52º 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 #BED544 is Cyan = 0.11, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 190 | 213 | 68 | - |
| CMYK | 0.11 | 0 | 0.68 | 0.16 |
| HSL | 69.52º | 0.63% | 0.55% | - |
| HSV(B) | 69.52º | 0.68% | 0.84% | - |
| XYZ | 46.07 | 58.95 | 14.42 | - |
| YUV | 189.59 | 59.38 | 128.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 213 | 68 | 0.11 | 0 | 0.68 | 0.16 | 69.52 | 0.63 | 0.55 |
| Hex | BE | D5 | 44 | B | 0 | 44 | 10 | 46 | 3F | 37 |
| Octal | 276 | 325 | 104 | 13 | 0 | 104 | 20 | 106 | 77 | 67 |
| Binary | 10111110 | 11010101 | 1000100 | 1011 | 0 | 1000100 | 10000 | 1000110 | 111111 | 110111 |
Color Harmonies of #BED544
Complementary color
Monochromatic Colors of #BED544
Black with #BED544
Text Example
Text Example
White with #BED544
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BED544; }
p { color: rgb(190,213,68); }
H1.HeaderClassName
{
color: #BED544;
}
.AnyTagClassName
{
color: #BED544;
}
</style>
background-color css
<style>
a { background-color: #BED544; }
a { background-color: rgb(190,213,68); }
div.DivClassName
{
background-color: #BED544;
}
.BgClassName
{
background-color: #BED544;
}
</style>
border-color css
<style>
span { border-color: #BED544; }
span { border-color: rgb(190,213,68); }
td.TdClassName
{
border-color: #BED544;
}
.TagClassName
{
border-color: #BED544;
}
</style>