Shades of Sulu #BCF87A
Tints of Sulu #BCF87A
RGB
CMYK
RGB Variations
Color information
#BCF87A (or 0xBCF87A) is known color: Sulu. HEX triplet: BC, F8 and 7A. RGB value is (188,248,122). Sum of RGB (Red+Green+Blue) = 188+248+122=558 (73% of max value = 765). Red value is 188 (73.83% from 255 or 33.69% from 558); Green value is 248 (97.27% from 255 or 44.44% from 558); Blue value is 122 (48.05% from 255 or 21.86% from 558); Max value from RGB is 248 - color contains mainly: green. Hex color #BCF87A is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BCF87A is #430785. Grayscale: #D8D8D8. Windows color (decimal): -4392838 or 8059068. OLE color: 8059068.
HSL color Cylindrical-coordinate representation of color #BCF87A: hue angle of 88.57º degrees, saturation: 0.9, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #BCF87A is Cyan = 0.24, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 188 | 248 | 122 | - |
| CMYK | 0.24 | 0 | 0.51 | 0.03 |
| HSL | 88.57º | 0.9% | 0.73% | - |
| HSV(B) | 88.57º | 0.51% | 0.97% | - |
| XYZ | 57.82 | 79.23 | 30.66 | - |
| YUV | 215.7 | 75.12 | 108.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 248 | 122 | 0.24 | 0 | 0.51 | 0.03 | 88.57 | 0.9 | 0.73 |
| Hex | BC | F8 | 7A | 18 | 0 | 33 | 3 | 59 | 5A | 49 |
| Octal | 274 | 370 | 172 | 30 | 0 | 63 | 3 | 131 | 132 | 111 |
| Binary | 10111100 | 11111000 | 1111010 | 11000 | 0 | 110011 | 11 | 1011001 | 1011010 | 1001001 |
Color Harmonies of #BCF87A
Complementary color
Monochromatic Colors of #BCF87A
Black with #BCF87A
Text Example
Text Example
White with #BCF87A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCF87A; }
p { color: rgb(188,248,122); }
H1.HeaderClassName
{
color: #BCF87A;
}
.AnyTagClassName
{
color: #BCF87A;
}
</style>
background-color css
<style>
a { background-color: #BCF87A; }
a { background-color: rgb(188,248,122); }
div.DivClassName
{
background-color: #BCF87A;
}
.BgClassName
{
background-color: #BCF87A;
}
</style>
border-color css
<style>
span { border-color: #BCF87A; }
span { border-color: rgb(188,248,122); }
td.TdClassName
{
border-color: #BCF87A;
}
.TagClassName
{
border-color: #BCF87A;
}
</style>