Shades of Las Palmas #BED238
Tints of Las Palmas #BED238
RGB
CMYK
RGB Variations
Color information
#BED238 (or 0xBED238) is known color: Las Palmas. HEX triplet: BE, D2 and 38. RGB value is (190,210,56). Sum of RGB (Red+Green+Blue) = 190+210+56=456 (60% of max value = 765). Red value is 190 (74.61% from 255 or 41.67% from 456); Green value is 210 (82.42% from 255 or 46.05% from 456); Blue value is 56 (22.27% from 255 or 12.28% from 456); Max value from RGB is 210 - color contains mainly: green. Hex color #BED238 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BED238 is #412DC7. Grayscale: #BBBBBB. Windows color (decimal): -4271560 or 3723966. OLE color: 3723966.
HSL color Cylindrical-coordinate representation of color #BED238: hue angle of 67.79º degrees, saturation: 0.63, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #BED238 is Cyan = 0.10, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 190 | 210 | 56 | - |
| CMYK | 0.10 | 0 | 0.73 | 0.18 |
| HSL | 67.79º | 0.63% | 0.52% | - |
| HSV(B) | 67.79º | 0.73% | 0.82% | - |
| XYZ | 45 | 57.33 | 12.43 | - |
| YUV | 186.46 | 54.37 | 130.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 210 | 56 | 0.10 | 0 | 0.73 | 0.18 | 67.79 | 0.63 | 0.52 |
| Hex | BE | D2 | 38 | A | 0 | 49 | 12 | 44 | 3F | 34 |
| Octal | 276 | 322 | 70 | 12 | 0 | 111 | 22 | 104 | 77 | 64 |
| Binary | 10111110 | 11010010 | 111000 | 1010 | 0 | 1001001 | 10010 | 1000100 | 111111 | 110100 |
Color Harmonies of #BED238
Complementary color
Monochromatic Colors of #BED238
Black with #BED238
Text Example
Text Example
White with #BED238
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BED238; }
p { color: rgb(190,210,56); }
H1.HeaderClassName
{
color: #BED238;
}
.AnyTagClassName
{
color: #BED238;
}
</style>
background-color css
<style>
a { background-color: #BED238; }
a { background-color: rgb(190,210,56); }
div.DivClassName
{
background-color: #BED238;
}
.BgClassName
{
background-color: #BED238;
}
</style>
border-color css
<style>
span { border-color: #BED238; }
span { border-color: rgb(190,210,56); }
td.TdClassName
{
border-color: #BED238;
}
.TagClassName
{
border-color: #BED238;
}
</style>