Shades of Sulu #BCFF89
Tints of Sulu #BCFF89
RGB
CMYK
RGB Variations
Color information
#BCFF89 (or 0xBCFF89) is known color: Sulu. HEX triplet: BC, FF and 89. RGB value is (188,255,137). Sum of RGB (Red+Green+Blue) = 188+255+137=580 (76% of max value = 765). Red value is 188 (73.83% from 255 or 32.41% from 580); Green value is 255 (100% from 255 or 43.97% from 580); Blue value is 137 (53.91% from 255 or 23.62% from 580); Max value from RGB is 255 - color contains mainly: green. Hex color #BCFF89 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BCFF89 is #430076. Grayscale: #DDDDDD. Windows color (decimal): -4391031 or 9043900. OLE color: 9043900.
HSL color Cylindrical-coordinate representation of color #BCFF89: hue angle of 94.07º degrees, saturation: 1, lightness: 0.77%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #BCFF89 is Cyan = 0.26, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.
Color convert
| RGB | 188 | 255 | 137 | - |
| CMYK | 0.26 | 0 | 0.46 | 0 |
| HSL | 94.07º | 1% | 0.77% | - |
| HSV(B) | 94.07º | 0.46% | 1% | - |
| XYZ | 61.01 | 84.02 | 36.67 | - |
| YUV | 221.52 | 80.3 | 104.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 255 | 137 | 0.26 | 0 | 0.46 | 0 | 94.07 | 1 | 0.77 |
| Hex | BC | FF | 89 | 1A | 0 | 2E | 0 | 5E | 64 | 4D |
| Octal | 274 | 377 | 211 | 32 | 0 | 56 | 0 | 136 | 144 | 115 |
| Binary | 10111100 | 11111111 | 10001001 | 11010 | 0 | 101110 | 0 | 1011110 | 1100100 | 1001101 |
Color Harmonies of #BCFF89
Complementary color
Monochromatic Colors of #BCFF89
Black with #BCFF89
Text Example
Text Example
White with #BCFF89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCFF89; }
p { color: rgb(188,255,137); }
H1.HeaderClassName
{
color: #BCFF89;
}
.AnyTagClassName
{
color: #BCFF89;
}
</style>
background-color css
<style>
a { background-color: #BCFF89; }
a { background-color: rgb(188,255,137); }
div.DivClassName
{
background-color: #BCFF89;
}
.BgClassName
{
background-color: #BCFF89;
}
</style>
border-color css
<style>
span { border-color: #BCFF89; }
span { border-color: rgb(188,255,137); }
td.TdClassName
{
border-color: #BCFF89;
}
.TagClassName
{
border-color: #BCFF89;
}
</style>