Shades of Las Palmas #BBCF3F
Tints of Las Palmas #BBCF3F
RGB
CMYK
RGB Variations
Color information
#BBCF3F (or 0xBBCF3F) is known color: Las Palmas. HEX triplet: BB, CF and 3F. RGB value is (187,207,63). Sum of RGB (Red+Green+Blue) = 187+207+63=457 (60% of max value = 765). Red value is 187 (73.44% from 255 or 40.92% from 457); Green value is 207 (81.25% from 255 or 45.30% from 457); Blue value is 63 (25% from 255 or 13.79% from 457); Max value from RGB is 207 - color contains mainly: green. Hex color #BBCF3F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BBCF3F is #4430C0. Grayscale: #B9B9B9. Windows color (decimal): -4468929 or 4181947. OLE color: 4181947.
HSL color Cylindrical-coordinate representation of color #BBCF3F: hue angle of 68.33º degrees, saturation: 0.6, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #BBCF3F is Cyan = 0.10, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 187 | 207 | 63 | - |
| CMYK | 0.10 | 0 | 0.70 | 0.19 |
| HSL | 68.33º | 0.6% | 0.53% | - |
| HSV(B) | 68.33º | 0.7% | 0.81% | - |
| XYZ | 43.7 | 55.55 | 13.12 | - |
| YUV | 184.6 | 59.37 | 129.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 207 | 63 | 0.10 | 0 | 0.70 | 0.19 | 68.33 | 0.6 | 0.53 |
| Hex | BB | CF | 3F | A | 0 | 46 | 13 | 44 | 3C | 35 |
| Octal | 273 | 317 | 77 | 12 | 0 | 106 | 23 | 104 | 74 | 65 |
| Binary | 10111011 | 11001111 | 111111 | 1010 | 0 | 1000110 | 10011 | 1000100 | 111100 | 110101 |
Color Harmonies of #BBCF3F
Complementary color
Monochromatic Colors of #BBCF3F
Black with #BBCF3F
Text Example
Text Example
White with #BBCF3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBCF3F; }
p { color: rgb(187,207,63); }
H1.HeaderClassName
{
color: #BBCF3F;
}
.AnyTagClassName
{
color: #BBCF3F;
}
</style>
background-color css
<style>
a { background-color: #BBCF3F; }
a { background-color: rgb(187,207,63); }
div.DivClassName
{
background-color: #BBCF3F;
}
.BgClassName
{
background-color: #BBCF3F;
}
</style>
border-color css
<style>
span { border-color: #BBCF3F; }
span { border-color: rgb(187,207,63); }
td.TdClassName
{
border-color: #BBCF3F;
}
.TagClassName
{
border-color: #BBCF3F;
}
</style>