Shades of Las Palmas #BED748
Tints of Las Palmas #BED748
RGB
CMYK
RGB Variations
Color information
#BED748 (or 0xBED748) is known color: Las Palmas. HEX triplet: BE, D7 and 48. RGB value is (190,215,72). Sum of RGB (Red+Green+Blue) = 190+215+72=477 (63% of max value = 765). Red value is 190 (74.61% from 255 or 39.83% from 477); Green value is 215 (84.38% from 255 or 45.07% from 477); Blue value is 72 (28.52% from 255 or 15.09% from 477); Max value from RGB is 215 - color contains mainly: green. Hex color #BED748 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BED748 is #4128B7. Grayscale: #BFBFBF. Windows color (decimal): -4270264 or 4773822. OLE color: 4773822.
HSL color Cylindrical-coordinate representation of color #BED748: hue angle of 70.49º degrees, saturation: 0.64, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #BED748 is Cyan = 0.12, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 190 | 215 | 72 | - |
| CMYK | 0.12 | 0 | 0.67 | 0.16 |
| HSL | 70.49º | 0.64% | 0.56% | - |
| HSV(B) | 70.49º | 0.67% | 0.84% | - |
| XYZ | 46.71 | 60.02 | 15.25 | - |
| YUV | 191.22 | 60.72 | 127.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 215 | 72 | 0.12 | 0 | 0.67 | 0.16 | 70.49 | 0.64 | 0.56 |
| Hex | BE | D7 | 48 | C | 0 | 43 | 10 | 46 | 40 | 38 |
| Octal | 276 | 327 | 110 | 14 | 0 | 103 | 20 | 106 | 100 | 70 |
| Binary | 10111110 | 11010111 | 1001000 | 1100 | 0 | 1000011 | 10000 | 1000110 | 1000000 | 111000 |
Color Harmonies of #BED748
Complementary color
Monochromatic Colors of #BED748
Black with #BED748
Text Example
Text Example
White with #BED748
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BED748; }
p { color: rgb(190,215,72); }
H1.HeaderClassName
{
color: #BED748;
}
.AnyTagClassName
{
color: #BED748;
}
</style>
background-color css
<style>
a { background-color: #BED748; }
a { background-color: rgb(190,215,72); }
div.DivClassName
{
background-color: #BED748;
}
.BgClassName
{
background-color: #BED748;
}
</style>
border-color css
<style>
span { border-color: #BED748; }
span { border-color: rgb(190,215,72); }
td.TdClassName
{
border-color: #BED748;
}
.TagClassName
{
border-color: #BED748;
}
</style>