Shades of Sulu #BCE882
Tints of Sulu #BCE882
RGB
CMYK
RGB Variations
Color information
#BCE882 (or 0xBCE882) is known color: Sulu. HEX triplet: BC, E8 and 82. RGB value is (188,232,130). Sum of RGB (Red+Green+Blue) = 188+232+130=550 (72% of max value = 765). Red value is 188 (73.83% from 255 or 34.18% from 550); Green value is 232 (91.02% from 255 or 42.18% from 550); Blue value is 130 (51.17% from 255 or 23.64% from 550); Max value from RGB is 232 - color contains mainly: green. Hex color #BCE882 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BCE882 is #43177D. Grayscale: #CFCFCF. Windows color (decimal): -4396926 or 8579260. OLE color: 8579260.
HSL color Cylindrical-coordinate representation of color #BCE882: hue angle of 85.88º degrees, saturation: 0.69, 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 #BCE882 is Cyan = 0.19, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 188 | 232 | 130 | - |
| CMYK | 0.19 | 0 | 0.44 | 0.09 |
| HSL | 85.88º | 0.69% | 0.71% | - |
| HSV(B) | 85.88º | 0.44% | 0.91% | - |
| XYZ | 53.62 | 70.02 | 31.81 | - |
| YUV | 207.22 | 84.42 | 114.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 232 | 130 | 0.19 | 0 | 0.44 | 0.09 | 85.88 | 0.69 | 0.71 |
| Hex | BC | E8 | 82 | 13 | 0 | 2C | 9 | 56 | 45 | 47 |
| Octal | 274 | 350 | 202 | 23 | 0 | 54 | 11 | 126 | 105 | 107 |
| Binary | 10111100 | 11101000 | 10000010 | 10011 | 0 | 101100 | 1001 | 1010110 | 1000101 | 1000111 |
Color Harmonies of #BCE882
Complementary color
Monochromatic Colors of #BCE882
Black with #BCE882
Text Example
Text Example
White with #BCE882
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCE882; }
p { color: rgb(188,232,130); }
H1.HeaderClassName
{
color: #BCE882;
}
.AnyTagClassName
{
color: #BCE882;
}
</style>
background-color css
<style>
a { background-color: #BCE882; }
a { background-color: rgb(188,232,130); }
div.DivClassName
{
background-color: #BCE882;
}
.BgClassName
{
background-color: #BCE882;
}
</style>
border-color css
<style>
span { border-color: #BCE882; }
span { border-color: rgb(188,232,130); }
td.TdClassName
{
border-color: #BCE882;
}
.TagClassName
{
border-color: #BCE882;
}
</style>