Shades of Las Palmas #BECF3C
Tints of Las Palmas #BECF3C
RGB
CMYK
RGB Variations
Color information
#BECF3C (or 0xBECF3C) is known color: Las Palmas. HEX triplet: BE, CF and 3C. RGB value is (190,207,60). Sum of RGB (Red+Green+Blue) = 190+207+60=457 (60% of max value = 765). Red value is 190 (74.61% from 255 or 41.58% from 457); Green value is 207 (81.25% from 255 or 45.30% from 457); Blue value is 60 (23.83% from 255 or 13.13% from 457); Max value from RGB is 207 - color contains mainly: green. Hex color #BECF3C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BECF3C is #4130C3. Grayscale: #B9B9B9. Windows color (decimal): -4272324 or 3985342. OLE color: 3985342.
HSL color Cylindrical-coordinate representation of color #BECF3C: hue angle of 66.94º degrees, saturation: 0.6, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #BECF3C is Cyan = 0.08, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 190 | 207 | 60 | - |
| CMYK | 0.08 | 0 | 0.71 | 0.19 |
| HSL | 66.94º | 0.6% | 0.52% | - |
| HSV(B) | 66.94º | 0.71% | 0.81% | - |
| XYZ | 44.36 | 55.9 | 12.73 | - |
| YUV | 185.16 | 57.37 | 131.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 207 | 60 | 0.08 | 0 | 0.71 | 0.19 | 66.94 | 0.6 | 0.52 |
| Hex | BE | CF | 3C | 8 | 0 | 47 | 13 | 43 | 3C | 34 |
| Octal | 276 | 317 | 74 | 10 | 0 | 107 | 23 | 103 | 74 | 64 |
| Binary | 10111110 | 11001111 | 111100 | 1000 | 0 | 1000111 | 10011 | 1000011 | 111100 | 110100 |
Color Harmonies of #BECF3C
Complementary color
Monochromatic Colors of #BECF3C
Black with #BECF3C
Text Example
Text Example
White with #BECF3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BECF3C; }
p { color: rgb(190,207,60); }
H1.HeaderClassName
{
color: #BECF3C;
}
.AnyTagClassName
{
color: #BECF3C;
}
</style>
background-color css
<style>
a { background-color: #BECF3C; }
a { background-color: rgb(190,207,60); }
div.DivClassName
{
background-color: #BECF3C;
}
.BgClassName
{
background-color: #BECF3C;
}
</style>
border-color css
<style>
span { border-color: #BECF3C; }
span { border-color: rgb(190,207,60); }
td.TdClassName
{
border-color: #BECF3C;
}
.TagClassName
{
border-color: #BECF3C;
}
</style>