Shades of Las Palmas #BED645
Tints of Las Palmas #BED645
RGB
CMYK
RGB Variations
Color information
#BED645 (or 0xBED645) is known color: Las Palmas. HEX triplet: BE, D6 and 45. RGB value is (190,214,69). Sum of RGB (Red+Green+Blue) = 190+214+69=473 (62% of max value = 765). Red value is 190 (74.61% from 255 or 40.17% from 473); Green value is 214 (83.98% from 255 or 45.24% from 473); Blue value is 69 (27.34% from 255 or 14.59% from 473); Max value from RGB is 214 - color contains mainly: green. Hex color #BED645 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BED645 is #4129BA. Grayscale: #BEBEBE. Windows color (decimal): -4270523 or 4576958. OLE color: 4576958.
HSL color Cylindrical-coordinate representation of color #BED645: hue angle of 69.93º degrees, saturation: 0.64, 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 #BED645 is Cyan = 0.11, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 190 | 214 | 69 | - |
| CMYK | 0.11 | 0 | 0.68 | 0.16 |
| HSL | 69.93º | 0.64% | 0.55% | - |
| HSV(B) | 69.93º | 0.68% | 0.84% | - |
| XYZ | 46.36 | 59.47 | 14.67 | - |
| YUV | 190.29 | 59.55 | 127.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 214 | 69 | 0.11 | 0 | 0.68 | 0.16 | 69.93 | 0.64 | 0.55 |
| Hex | BE | D6 | 45 | B | 0 | 44 | 10 | 46 | 40 | 37 |
| Octal | 276 | 326 | 105 | 13 | 0 | 104 | 20 | 106 | 100 | 67 |
| Binary | 10111110 | 11010110 | 1000101 | 1011 | 0 | 1000100 | 10000 | 1000110 | 1000000 | 110111 |
Color Harmonies of #BED645
Complementary color
Monochromatic Colors of #BED645
Black with #BED645
Text Example
Text Example
White with #BED645
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BED645; }
p { color: rgb(190,214,69); }
H1.HeaderClassName
{
color: #BED645;
}
.AnyTagClassName
{
color: #BED645;
}
</style>
background-color css
<style>
a { background-color: #BED645; }
a { background-color: rgb(190,214,69); }
div.DivClassName
{
background-color: #BED645;
}
.BgClassName
{
background-color: #BED645;
}
</style>
border-color css
<style>
span { border-color: #BED645; }
span { border-color: rgb(190,214,69); }
td.TdClassName
{
border-color: #BED645;
}
.TagClassName
{
border-color: #BED645;
}
</style>