Shades of Sulu #BCE482
Tints of Sulu #BCE482
RGB
CMYK
RGB Variations
Color information
#BCE482 (or 0xBCE482) is known color: Sulu. HEX triplet: BC, E4 and 82. RGB value is (188,228,130). Sum of RGB (Red+Green+Blue) = 188+228+130=546 (72% of max value = 765). Red value is 188 (73.83% from 255 or 34.43% from 546); Green value is 228 (89.45% from 255 or 41.76% from 546); Blue value is 130 (51.17% from 255 or 23.81% from 546); Max value from RGB is 228 - color contains mainly: green. Hex color #BCE482 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCE482 is #431B7D. Grayscale: #CDCDCD. Windows color (decimal): -4397950 or 8578236. OLE color: 8578236.
HSL color Cylindrical-coordinate representation of color #BCE482: hue angle of 84.49º degrees, saturation: 0.64, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #BCE482 is Cyan = 0.18, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 188 | 228 | 130 | - |
| CMYK | 0.18 | 0 | 0.43 | 0.11 |
| HSL | 84.49º | 0.64% | 0.7% | - |
| HSV(B) | 84.49º | 0.43% | 0.89% | - |
| XYZ | 52.51 | 67.79 | 31.44 | - |
| YUV | 204.87 | 85.75 | 115.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 228 | 130 | 0.18 | 0 | 0.43 | 0.11 | 84.49 | 0.64 | 0.7 |
| Hex | BC | E4 | 82 | 12 | 0 | 2B | B | 54 | 40 | 46 |
| Octal | 274 | 344 | 202 | 22 | 0 | 53 | 13 | 124 | 100 | 106 |
| Binary | 10111100 | 11100100 | 10000010 | 10010 | 0 | 101011 | 1011 | 1010100 | 1000000 | 1000110 |
Color Harmonies of #BCE482
Complementary color
Monochromatic Colors of #BCE482
Black with #BCE482
Text Example
Text Example
White with #BCE482
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCE482; }
p { color: rgb(188,228,130); }
H1.HeaderClassName
{
color: #BCE482;
}
.AnyTagClassName
{
color: #BCE482;
}
</style>
background-color css
<style>
a { background-color: #BCE482; }
a { background-color: rgb(188,228,130); }
div.DivClassName
{
background-color: #BCE482;
}
.BgClassName
{
background-color: #BCE482;
}
</style>
border-color css
<style>
span { border-color: #BCE482; }
span { border-color: rgb(188,228,130); }
td.TdClassName
{
border-color: #BCE482;
}
.TagClassName
{
border-color: #BCE482;
}
</style>