Shades of Las Palmas #BED144
Tints of Las Palmas #BED144
RGB
CMYK
RGB Variations
Color information
#BED144 (or 0xBED144) is known color: Las Palmas. HEX triplet: BE, D1 and 44. RGB value is (190,209,68). Sum of RGB (Red+Green+Blue) = 190+209+68=467 (61% of max value = 765). Red value is 190 (74.61% from 255 or 40.69% from 467); Green value is 209 (82.03% from 255 or 44.75% from 467); Blue value is 68 (26.95% from 255 or 14.56% from 467); Max value from RGB is 209 - color contains mainly: green. Hex color #BED144 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BED144 is #412EBB. Grayscale: #BBBBBB. Windows color (decimal): -4271804 or 4510142. OLE color: 4510142.
HSL color Cylindrical-coordinate representation of color #BED144: hue angle of 68.09º degrees, saturation: 0.61, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #BED144 is Cyan = 0.09, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 190 | 209 | 68 | - |
| CMYK | 0.09 | 0 | 0.67 | 0.18 |
| HSL | 68.09º | 0.61% | 0.54% | - |
| HSV(B) | 68.09º | 0.67% | 0.82% | - |
| XYZ | 45.08 | 56.97 | 14.09 | - |
| YUV | 187.25 | 60.71 | 129.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 209 | 68 | 0.09 | 0 | 0.67 | 0.18 | 68.09 | 0.61 | 0.54 |
| Hex | BE | D1 | 44 | 9 | 0 | 43 | 12 | 44 | 3D | 36 |
| Octal | 276 | 321 | 104 | 11 | 0 | 103 | 22 | 104 | 75 | 66 |
| Binary | 10111110 | 11010001 | 1000100 | 1001 | 0 | 1000011 | 10010 | 1000100 | 111101 | 110110 |
Color Harmonies of #BED144
Complementary color
Monochromatic Colors of #BED144
Black with #BED144
Text Example
Text Example
White with #BED144
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BED144; }
p { color: rgb(190,209,68); }
H1.HeaderClassName
{
color: #BED144;
}
.AnyTagClassName
{
color: #BED144;
}
</style>
background-color css
<style>
a { background-color: #BED144; }
a { background-color: rgb(190,209,68); }
div.DivClassName
{
background-color: #BED144;
}
.BgClassName
{
background-color: #BED144;
}
</style>
border-color css
<style>
span { border-color: #BED144; }
span { border-color: rgb(190,209,68); }
td.TdClassName
{
border-color: #BED144;
}
.TagClassName
{
border-color: #BED144;
}
</style>