Shades of Sulu #BCFF88
Tints of Sulu #BCFF88
RGB
CMYK
RGB Variations
Color information
#BCFF88 (or 0xBCFF88) is known color: Sulu. HEX triplet: BC, FF and 88. RGB value is (188,255,136). Sum of RGB (Red+Green+Blue) = 188+255+136=579 (76% of max value = 765). Red value is 188 (73.83% from 255 or 32.47% from 579); Green value is 255 (100% from 255 or 44.04% from 579); Blue value is 136 (53.52% from 255 or 23.49% from 579); Max value from RGB is 255 - color contains mainly: green. Hex color #BCFF88 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BCFF88 is #430077. Grayscale: #DDDDDD. Windows color (decimal): -4391032 or 8978364. OLE color: 8978364.
HSL color Cylindrical-coordinate representation of color #BCFF88: hue angle of 93.78º degrees, saturation: 1, lightness: 0.77%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #BCFF88 is Cyan = 0.26, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.
Color convert
| RGB | 188 | 255 | 136 | - |
| CMYK | 0.26 | 0 | 0.47 | 0 |
| HSL | 93.78º | 1% | 0.77% | - |
| HSV(B) | 93.78º | 0.47% | 1% | - |
| XYZ | 60.94 | 83.99 | 36.29 | - |
| YUV | 221.4 | 79.8 | 104.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 255 | 136 | 0.26 | 0 | 0.47 | 0 | 93.78 | 1 | 0.77 |
| Hex | BC | FF | 88 | 1A | 0 | 2F | 0 | 5E | 64 | 4D |
| Octal | 274 | 377 | 210 | 32 | 0 | 57 | 0 | 136 | 144 | 115 |
| Binary | 10111100 | 11111111 | 10001000 | 11010 | 0 | 101111 | 0 | 1011110 | 1100100 | 1001101 |
Color Harmonies of #BCFF88
Complementary color
Monochromatic Colors of #BCFF88
Black with #BCFF88
Text Example
Text Example
White with #BCFF88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCFF88; }
p { color: rgb(188,255,136); }
H1.HeaderClassName
{
color: #BCFF88;
}
.AnyTagClassName
{
color: #BCFF88;
}
</style>
background-color css
<style>
a { background-color: #BCFF88; }
a { background-color: rgb(188,255,136); }
div.DivClassName
{
background-color: #BCFF88;
}
.BgClassName
{
background-color: #BCFF88;
}
</style>
border-color css
<style>
span { border-color: #BCFF88; }
span { border-color: rgb(188,255,136); }
td.TdClassName
{
border-color: #BCFF88;
}
.TagClassName
{
border-color: #BCFF88;
}
</style>