Shades of Sulu #BCE982
Tints of Sulu #BCE982
RGB
CMYK
RGB Variations
Color information
#BCE982 (or 0xBCE982) is known color: Sulu. HEX triplet: BC, E9 and 82. RGB value is (188,233,130). Sum of RGB (Red+Green+Blue) = 188+233+130=551 (72% of max value = 765). Red value is 188 (73.83% from 255 or 34.12% from 551); Green value is 233 (91.41% from 255 or 42.29% from 551); Blue value is 130 (51.17% from 255 or 23.59% from 551); Max value from RGB is 233 - color contains mainly: green. Hex color #BCE982 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BCE982 is #43167D. Grayscale: #D0D0D0. Windows color (decimal): -4396670 or 8579516. OLE color: 8579516.
HSL color Cylindrical-coordinate representation of color #BCE982: hue angle of 86.21º degrees, saturation: 0.7, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #BCE982 is Cyan = 0.19, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 188 | 233 | 130 | - |
| CMYK | 0.19 | 0 | 0.44 | 0.09 |
| HSL | 86.21º | 0.7% | 0.71% | - |
| HSV(B) | 86.21º | 0.44% | 0.91% | - |
| XYZ | 53.91 | 70.58 | 31.9 | - |
| YUV | 207.8 | 84.09 | 113.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 233 | 130 | 0.19 | 0 | 0.44 | 0.09 | 86.21 | 0.7 | 0.71 |
| Hex | BC | E9 | 82 | 13 | 0 | 2C | 9 | 56 | 46 | 47 |
| Octal | 274 | 351 | 202 | 23 | 0 | 54 | 11 | 126 | 106 | 107 |
| Binary | 10111100 | 11101001 | 10000010 | 10011 | 0 | 101100 | 1001 | 1010110 | 1000110 | 1000111 |
Color Harmonies of #BCE982
Complementary color
Monochromatic Colors of #BCE982
Black with #BCE982
Text Example
Text Example
White with #BCE982
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCE982; }
p { color: rgb(188,233,130); }
H1.HeaderClassName
{
color: #BCE982;
}
.AnyTagClassName
{
color: #BCE982;
}
</style>
background-color css
<style>
a { background-color: #BCE982; }
a { background-color: rgb(188,233,130); }
div.DivClassName
{
background-color: #BCE982;
}
.BgClassName
{
background-color: #BCE982;
}
</style>
border-color css
<style>
span { border-color: #BCE982; }
span { border-color: rgb(188,233,130); }
td.TdClassName
{
border-color: #BCE982;
}
.TagClassName
{
border-color: #BCE982;
}
</style>