Shades of Sulu #BCE381
Tints of Sulu #BCE381
RGB
CMYK
RGB Variations
Color information
#BCE381 (or 0xBCE381) is known color: Sulu. HEX triplet: BC, E3 and 81. RGB value is (188,227,129). Sum of RGB (Red+Green+Blue) = 188+227+129=544 (72% of max value = 765). Red value is 188 (73.83% from 255 or 34.56% from 544); Green value is 227 (89.06% from 255 or 41.73% from 544); Blue value is 129 (50.78% from 255 or 23.71% from 544); Max value from RGB is 227 - color contains mainly: green. Hex color #BCE381 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCE381 is #431C7E. Grayscale: #CCCCCC. Windows color (decimal): -4398207 or 8512444. OLE color: 8512444.
HSL color Cylindrical-coordinate representation of color #BCE381: hue angle of 83.88º 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 #BCE381 is Cyan = 0.17, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 188 | 227 | 129 | - |
| CMYK | 0.17 | 0 | 0.43 | 0.11 |
| HSL | 83.88º | 0.64% | 0.7% | - |
| HSV(B) | 83.88º | 0.43% | 0.89% | - |
| XYZ | 52.17 | 67.21 | 30.99 | - |
| YUV | 204.17 | 85.58 | 116.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 227 | 129 | 0.17 | 0 | 0.43 | 0.11 | 83.88 | 0.64 | 0.7 |
| Hex | BC | E3 | 81 | 11 | 0 | 2B | B | 54 | 40 | 46 |
| Octal | 274 | 343 | 201 | 21 | 0 | 53 | 13 | 124 | 100 | 106 |
| Binary | 10111100 | 11100011 | 10000001 | 10001 | 0 | 101011 | 1011 | 1010100 | 1000000 | 1000110 |
Color Harmonies of #BCE381
Complementary color
Monochromatic Colors of #BCE381
Black with #BCE381
Text Example
Text Example
White with #BCE381
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCE381; }
p { color: rgb(188,227,129); }
H1.HeaderClassName
{
color: #BCE381;
}
.AnyTagClassName
{
color: #BCE381;
}
</style>
background-color css
<style>
a { background-color: #BCE381; }
a { background-color: rgb(188,227,129); }
div.DivClassName
{
background-color: #BCE381;
}
.BgClassName
{
background-color: #BCE381;
}
</style>
border-color css
<style>
span { border-color: #BCE381; }
span { border-color: rgb(188,227,129); }
td.TdClassName
{
border-color: #BCE381;
}
.TagClassName
{
border-color: #BCE381;
}
</style>