Shades of Las Palmas #BED343
Tints of Las Palmas #BED343
RGB
CMYK
RGB Variations
Color information
#BED343 (or 0xBED343) is known color: Las Palmas. HEX triplet: BE, D3 and 43. RGB value is (190,211,67). Sum of RGB (Red+Green+Blue) = 190+211+67=468 (61% of max value = 765). Red value is 190 (74.61% from 255 or 40.60% from 468); Green value is 211 (82.81% from 255 or 45.09% from 468); Blue value is 67 (26.56% from 255 or 14.32% from 468); Max value from RGB is 211 - color contains mainly: green. Hex color #BED343 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BED343 is #412CBC. Grayscale: #BCBCBC. Windows color (decimal): -4271293 or 4445118. OLE color: 4445118.
HSL color Cylindrical-coordinate representation of color #BED343: hue angle of 68.75º degrees, saturation: 0.62, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #BED343 is Cyan = 0.10, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 190 | 211 | 67 | - |
| CMYK | 0.10 | 0 | 0.68 | 0.17 |
| HSL | 68.75º | 0.62% | 0.55% | - |
| HSV(B) | 68.75º | 0.68% | 0.83% | - |
| XYZ | 45.54 | 57.94 | 14.09 | - |
| YUV | 188.31 | 59.54 | 129.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 211 | 67 | 0.10 | 0 | 0.68 | 0.17 | 68.75 | 0.62 | 0.55 |
| Hex | BE | D3 | 43 | A | 0 | 44 | 11 | 45 | 3E | 37 |
| Octal | 276 | 323 | 103 | 12 | 0 | 104 | 21 | 105 | 76 | 67 |
| Binary | 10111110 | 11010011 | 1000011 | 1010 | 0 | 1000100 | 10001 | 1000101 | 111110 | 110111 |
Color Harmonies of #BED343
Complementary color
Monochromatic Colors of #BED343
Black with #BED343
Text Example
Text Example
White with #BED343
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BED343; }
p { color: rgb(190,211,67); }
H1.HeaderClassName
{
color: #BED343;
}
.AnyTagClassName
{
color: #BED343;
}
</style>
background-color css
<style>
a { background-color: #BED343; }
a { background-color: rgb(190,211,67); }
div.DivClassName
{
background-color: #BED343;
}
.BgClassName
{
background-color: #BED343;
}
</style>
border-color css
<style>
span { border-color: #BED343; }
span { border-color: rgb(190,211,67); }
td.TdClassName
{
border-color: #BED343;
}
.TagClassName
{
border-color: #BED343;
}
</style>