Shades of Las Palmas #BED944
Tints of Las Palmas #BED944
RGB
CMYK
RGB Variations
Color information
#BED944 (or 0xBED944) is known color: Las Palmas. HEX triplet: BE, D9 and 44. RGB value is (190,217,68). Sum of RGB (Red+Green+Blue) = 190+217+68=475 (62% of max value = 765). Red value is 190 (74.61% from 255 or 40% from 475); Green value is 217 (85.16% from 255 or 45.68% from 475); Blue value is 68 (26.95% from 255 or 14.32% from 475); Max value from RGB is 217 - color contains mainly: green. Hex color #BED944 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BED944 is #4126BB. Grayscale: #C0C0C0. Windows color (decimal): -4269756 or 4512190. OLE color: 4512190.
HSL color Cylindrical-coordinate representation of color #BED944: hue angle of 70.87º degrees, saturation: 0.66, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #BED944 is Cyan = 0.12, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 190 | 217 | 68 | - |
| CMYK | 0.12 | 0 | 0.69 | 0.15 |
| HSL | 70.87º | 0.66% | 0.56% | - |
| HSV(B) | 70.87º | 0.69% | 0.85% | - |
| XYZ | 47.09 | 60.99 | 14.76 | - |
| YUV | 191.94 | 58.05 | 126.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 217 | 68 | 0.12 | 0 | 0.69 | 0.15 | 70.87 | 0.66 | 0.56 |
| Hex | BE | D9 | 44 | C | 0 | 45 | F | 47 | 42 | 38 |
| Octal | 276 | 331 | 104 | 14 | 0 | 105 | 17 | 107 | 102 | 70 |
| Binary | 10111110 | 11011001 | 1000100 | 1100 | 0 | 1000101 | 1111 | 1000111 | 1000010 | 111000 |
Color Harmonies of #BED944
Complementary color
Monochromatic Colors of #BED944
Black with #BED944
Text Example
Text Example
White with #BED944
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BED944; }
p { color: rgb(190,217,68); }
H1.HeaderClassName
{
color: #BED944;
}
.AnyTagClassName
{
color: #BED944;
}
</style>
background-color css
<style>
a { background-color: #BED944; }
a { background-color: rgb(190,217,68); }
div.DivClassName
{
background-color: #BED944;
}
.BgClassName
{
background-color: #BED944;
}
</style>
border-color css
<style>
span { border-color: #BED944; }
span { border-color: rgb(190,217,68); }
td.TdClassName
{
border-color: #BED944;
}
.TagClassName
{
border-color: #BED944;
}
</style>