Shades of Las Palmas #BED438
Tints of Las Palmas #BED438
RGB
CMYK
RGB Variations
Color information
#BED438 (or 0xBED438) is known color: Las Palmas. HEX triplet: BE, D4 and 38. RGB value is (190,212,56). Sum of RGB (Red+Green+Blue) = 190+212+56=458 (60% of max value = 765). Red value is 190 (74.61% from 255 or 41.48% from 458); Green value is 212 (83.20% from 255 or 46.29% from 458); Blue value is 56 (22.27% from 255 or 12.23% from 458); Max value from RGB is 212 - color contains mainly: green. Hex color #BED438 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BED438 is #412BC7. Grayscale: #BCBCBC. Windows color (decimal): -4271048 or 3724478. OLE color: 3724478.
HSL color Cylindrical-coordinate representation of color #BED438: hue angle of 68.46º degrees, saturation: 0.64, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #BED438 is Cyan = 0.10, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 190 | 212 | 56 | - |
| CMYK | 0.10 | 0 | 0.74 | 0.17 |
| HSL | 68.46º | 0.64% | 0.53% | - |
| HSV(B) | 68.46º | 0.74% | 0.83% | - |
| XYZ | 45.49 | 58.32 | 12.6 | - |
| YUV | 187.64 | 53.71 | 129.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 212 | 56 | 0.10 | 0 | 0.74 | 0.17 | 68.46 | 0.64 | 0.53 |
| Hex | BE | D4 | 38 | A | 0 | 4A | 11 | 44 | 40 | 35 |
| Octal | 276 | 324 | 70 | 12 | 0 | 112 | 21 | 104 | 100 | 65 |
| Binary | 10111110 | 11010100 | 111000 | 1010 | 0 | 1001010 | 10001 | 1000100 | 1000000 | 110101 |
Color Harmonies of #BED438
Complementary color
Monochromatic Colors of #BED438
Black with #BED438
Text Example
Text Example
White with #BED438
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BED438; }
p { color: rgb(190,212,56); }
H1.HeaderClassName
{
color: #BED438;
}
.AnyTagClassName
{
color: #BED438;
}
</style>
background-color css
<style>
a { background-color: #BED438; }
a { background-color: rgb(190,212,56); }
div.DivClassName
{
background-color: #BED438;
}
.BgClassName
{
background-color: #BED438;
}
</style>
border-color css
<style>
span { border-color: #BED438; }
span { border-color: rgb(190,212,56); }
td.TdClassName
{
border-color: #BED438;
}
.TagClassName
{
border-color: #BED438;
}
</style>