Shades of Las Palmas #BCE730
Tints of Las Palmas #BCE730
RGB
CMYK
RGB Variations
Color information
#BCE730 (or 0xBCE730) is known color: Las Palmas. HEX triplet: BC, E7 and 30. RGB value is (188,231,48). Sum of RGB (Red+Green+Blue) = 188+231+48=467 (61% of max value = 765). Red value is 188 (73.83% from 255 or 40.26% from 467); Green value is 231 (90.62% from 255 or 49.46% from 467); Blue value is 48 (19.14% from 255 or 10.28% from 467); Max value from RGB is 231 - color contains mainly: green. Hex color #BCE730 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BCE730 is #4318CF. Grayscale: #C5C5C5. Windows color (decimal): -4397264 or 3205052. OLE color: 3205052.
HSL color Cylindrical-coordinate representation of color #BCE730: hue angle of 74.1º degrees, saturation: 0.79, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #BCE730 is Cyan = 0.19, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 188 | 231 | 48 | - |
| CMYK | 0.19 | 0 | 0.79 | 0.09 |
| HSL | 74.1º | 0.79% | 0.55% | - |
| HSV(B) | 74.1º | 0.79% | 0.91% | - |
| XYZ | 49.85 | 68.06 | 13.31 | - |
| YUV | 197.28 | 43.75 | 121.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 231 | 48 | 0.19 | 0 | 0.79 | 0.09 | 74.1 | 0.79 | 0.55 |
| Hex | BC | E7 | 30 | 13 | 0 | 4F | 9 | 4A | 4F | 37 |
| Octal | 274 | 347 | 60 | 23 | 0 | 117 | 11 | 112 | 117 | 67 |
| Binary | 10111100 | 11100111 | 110000 | 10011 | 0 | 1001111 | 1001 | 1001010 | 1001111 | 110111 |
Color Harmonies of #BCE730
Complementary color
Monochromatic Colors of #BCE730
Black with #BCE730
Text Example
Text Example
White with #BCE730
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCE730; }
p { color: rgb(188,231,48); }
H1.HeaderClassName
{
color: #BCE730;
}
.AnyTagClassName
{
color: #BCE730;
}
</style>
background-color css
<style>
a { background-color: #BCE730; }
a { background-color: rgb(188,231,48); }
div.DivClassName
{
background-color: #BCE730;
}
.BgClassName
{
background-color: #BCE730;
}
</style>
border-color css
<style>
span { border-color: #BCE730; }
span { border-color: rgb(188,231,48); }
td.TdClassName
{
border-color: #BCE730;
}
.TagClassName
{
border-color: #BCE730;
}
</style>