Shades of Sulu #BCFE83
Tints of Sulu #BCFE83
RGB
CMYK
RGB Variations
Color information
#BCFE83 (or 0xBCFE83) is known color: Sulu. HEX triplet: BC, FE and 83. RGB value is (188,254,131). Sum of RGB (Red+Green+Blue) = 188+254+131=573 (75% of max value = 765). Red value is 188 (73.83% from 255 or 32.81% from 573); Green value is 254 (99.61% from 255 or 44.33% from 573); Blue value is 131 (51.56% from 255 or 22.86% from 573); Max value from RGB is 254 - color contains mainly: green. Hex color #BCFE83 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BCFE83 is #43017C. Grayscale: #DCDCDC. Windows color (decimal): -4391293 or 8650428. OLE color: 8650428.
HSL color Cylindrical-coordinate representation of color #BCFE83: hue angle of 92.2º degrees, saturation: 0.98, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #BCFE83 is Cyan = 0.26, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 188 | 254 | 131 | - |
| CMYK | 0.26 | 0 | 0.48 | 0.00 |
| HSL | 92.2º | 0.98% | 0.75% | - |
| HSV(B) | 92.2º | 0.48% | 1% | - |
| XYZ | 60.28 | 83.21 | 34.36 | - |
| YUV | 220.24 | 77.63 | 105 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 254 | 131 | 0.26 | 0 | 0.48 | 0.00 | 92.2 | 0.98 | 0.75 |
| Hex | BC | FE | 83 | 1A | 0 | 30 | 0 | 5C | 62 | 4B |
| Octal | 274 | 376 | 203 | 32 | 0 | 60 | 0 | 134 | 142 | 113 |
| Binary | 10111100 | 11111110 | 10000011 | 11010 | 0 | 110000 | 0 | 1011100 | 1100010 | 1001011 |
Color Harmonies of #BCFE83
Complementary color
Monochromatic Colors of #BCFE83
Black with #BCFE83
Text Example
Text Example
White with #BCFE83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCFE83; }
p { color: rgb(188,254,131); }
H1.HeaderClassName
{
color: #BCFE83;
}
.AnyTagClassName
{
color: #BCFE83;
}
</style>
background-color css
<style>
a { background-color: #BCFE83; }
a { background-color: rgb(188,254,131); }
div.DivClassName
{
background-color: #BCFE83;
}
.BgClassName
{
background-color: #BCFE83;
}
</style>
border-color css
<style>
span { border-color: #BCFE83; }
span { border-color: rgb(188,254,131); }
td.TdClassName
{
border-color: #BCFE83;
}
.TagClassName
{
border-color: #BCFE83;
}
</style>