Shades of Las Palmas #BED935
Tints of Las Palmas #BED935
RGB
CMYK
RGB Variations
Color information
#BED935 (or 0xBED935) is known color: Las Palmas. HEX triplet: BE, D9 and 35. RGB value is (190,217,53). Sum of RGB (Red+Green+Blue) = 190+217+53=460 (60% of max value = 765). Red value is 190 (74.61% from 255 or 41.30% from 460); Green value is 217 (85.16% from 255 or 47.17% from 460); Blue value is 53 (21.09% from 255 or 11.52% from 460); Max value from RGB is 217 - color contains mainly: green. Hex color #BED935 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BED935 is #4126CA. Grayscale: #BEBEBE. Windows color (decimal): -4269771 or 3529150. OLE color: 3529150.
HSL color Cylindrical-coordinate representation of color #BED935: hue angle of 69.88º degrees, saturation: 0.68, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #BED935 is Cyan = 0.12, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 190 | 217 | 53 | - |
| CMYK | 0.12 | 0 | 0.76 | 0.15 |
| HSL | 69.88º | 0.68% | 0.53% | - |
| HSV(B) | 69.88º | 0.76% | 0.85% | - |
| XYZ | 46.69 | 60.83 | 12.65 | - |
| YUV | 190.23 | 50.55 | 127.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 217 | 53 | 0.12 | 0 | 0.76 | 0.15 | 69.88 | 0.68 | 0.53 |
| Hex | BE | D9 | 35 | C | 0 | 4C | F | 46 | 44 | 35 |
| Octal | 276 | 331 | 65 | 14 | 0 | 114 | 17 | 106 | 104 | 65 |
| Binary | 10111110 | 11011001 | 110101 | 1100 | 0 | 1001100 | 1111 | 1000110 | 1000100 | 110101 |
Color Harmonies of #BED935
Complementary color
Monochromatic Colors of #BED935
Black with #BED935
Text Example
Text Example
White with #BED935
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BED935; }
p { color: rgb(190,217,53); }
H1.HeaderClassName
{
color: #BED935;
}
.AnyTagClassName
{
color: #BED935;
}
</style>
background-color css
<style>
a { background-color: #BED935; }
a { background-color: rgb(190,217,53); }
div.DivClassName
{
background-color: #BED935;
}
.BgClassName
{
background-color: #BED935;
}
</style>
border-color css
<style>
span { border-color: #BED935; }
span { border-color: rgb(190,217,53); }
td.TdClassName
{
border-color: #BED935;
}
.TagClassName
{
border-color: #BED935;
}
</style>