Shades of Sulu #BCE284
Tints of Sulu #BCE284
RGB
CMYK
RGB Variations
Color information
#BCE284 (or 0xBCE284) is known color: Sulu. HEX triplet: BC, E2 and 84. RGB value is (188,226,132). Sum of RGB (Red+Green+Blue) = 188+226+132=546 (72% of max value = 765). Red value is 188 (73.83% from 255 or 34.43% from 546); Green value is 226 (88.67% from 255 or 41.39% from 546); Blue value is 132 (51.95% from 255 or 24.18% from 546); Max value from RGB is 226 - color contains mainly: green. Hex color #BCE284 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCE284 is #431D7B. Grayscale: #CCCCCC. Windows color (decimal): -4398460 or 8708796. OLE color: 8708796.
HSL color Cylindrical-coordinate representation of color #BCE284: hue angle of 84.26º degrees, saturation: 0.62, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #BCE284 is Cyan = 0.17, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 188 | 226 | 132 | - |
| CMYK | 0.17 | 0 | 0.42 | 0.11 |
| HSL | 84.26º | 0.62% | 0.7% | - |
| HSV(B) | 84.26º | 0.42% | 0.89% | - |
| XYZ | 52.1 | 66.75 | 31.97 | - |
| YUV | 203.92 | 87.41 | 116.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 226 | 132 | 0.17 | 0 | 0.42 | 0.11 | 84.26 | 0.62 | 0.7 |
| Hex | BC | E2 | 84 | 11 | 0 | 2A | B | 54 | 3E | 46 |
| Octal | 274 | 342 | 204 | 21 | 0 | 52 | 13 | 124 | 76 | 106 |
| Binary | 10111100 | 11100010 | 10000100 | 10001 | 0 | 101010 | 1011 | 1010100 | 111110 | 1000110 |
Color Harmonies of #BCE284
Complementary color
Monochromatic Colors of #BCE284
Black with #BCE284
Text Example
Text Example
White with #BCE284
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCE284; }
p { color: rgb(188,226,132); }
H1.HeaderClassName
{
color: #BCE284;
}
.AnyTagClassName
{
color: #BCE284;
}
</style>
background-color css
<style>
a { background-color: #BCE284; }
a { background-color: rgb(188,226,132); }
div.DivClassName
{
background-color: #BCE284;
}
.BgClassName
{
background-color: #BCE284;
}
</style>
border-color css
<style>
span { border-color: #BCE284; }
span { border-color: rgb(188,226,132); }
td.TdClassName
{
border-color: #BCE284;
}
.TagClassName
{
border-color: #BCE284;
}
</style>