Shades of Sulu #BCF87B
Tints of Sulu #BCF87B
RGB
CMYK
RGB Variations
Color information
#BCF87B (or 0xBCF87B) is known color: Sulu. HEX triplet: BC, F8 and 7B. RGB value is (188,248,123). Sum of RGB (Red+Green+Blue) = 188+248+123=559 (74% of max value = 765). Red value is 188 (73.83% from 255 or 33.63% from 559); Green value is 248 (97.27% from 255 or 44.36% from 559); Blue value is 123 (48.44% from 255 or 22.00% from 559); Max value from RGB is 248 - color contains mainly: green. Hex color #BCF87B is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BCF87B is #430784. Grayscale: #D8D8D8. Windows color (decimal): -4392837 or 8124604. OLE color: 8124604.
HSL color Cylindrical-coordinate representation of color #BCF87B: hue angle of 88.8º degrees, saturation: 0.9, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #BCF87B is Cyan = 0.24, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 188 | 248 | 123 | - |
| CMYK | 0.24 | 0 | 0.50 | 0.03 |
| HSL | 88.8º | 0.9% | 0.73% | - |
| HSV(B) | 88.8º | 0.5% | 0.97% | - |
| XYZ | 57.88 | 79.26 | 30.99 | - |
| YUV | 215.81 | 75.62 | 108.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 248 | 123 | 0.24 | 0 | 0.50 | 0.03 | 88.8 | 0.9 | 0.73 |
| Hex | BC | F8 | 7B | 18 | 0 | 32 | 3 | 59 | 5A | 49 |
| Octal | 274 | 370 | 173 | 30 | 0 | 62 | 3 | 131 | 132 | 111 |
| Binary | 10111100 | 11111000 | 1111011 | 11000 | 0 | 110010 | 11 | 1011001 | 1011010 | 1001001 |
Color Harmonies of #BCF87B
Complementary color
Monochromatic Colors of #BCF87B
Black with #BCF87B
Text Example
Text Example
White with #BCF87B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCF87B; }
p { color: rgb(188,248,123); }
H1.HeaderClassName
{
color: #BCF87B;
}
.AnyTagClassName
{
color: #BCF87B;
}
</style>
background-color css
<style>
a { background-color: #BCF87B; }
a { background-color: rgb(188,248,123); }
div.DivClassName
{
background-color: #BCF87B;
}
.BgClassName
{
background-color: #BCF87B;
}
</style>
border-color css
<style>
span { border-color: #BCF87B; }
span { border-color: rgb(188,248,123); }
td.TdClassName
{
border-color: #BCF87B;
}
.TagClassName
{
border-color: #BCF87B;
}
</style>