Shades of Sulu #BCE380
Tints of Sulu #BCE380
RGB
CMYK
RGB Variations
Color information
#BCE380 (or 0xBCE380) is known color: Sulu. HEX triplet: BC, E3 and 80. RGB value is (188,227,128). Sum of RGB (Red+Green+Blue) = 188+227+128=543 (71% of max value = 765). Red value is 188 (73.83% from 255 or 34.62% from 543); Green value is 227 (89.06% from 255 or 41.80% from 543); Blue value is 128 (50.39% from 255 or 23.57% from 543); Max value from RGB is 227 - color contains mainly: green. Hex color #BCE380 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCE380 is #431C7F. Grayscale: #CCCCCC. Windows color (decimal): -4398208 or 8446908. OLE color: 8446908.
HSL color Cylindrical-coordinate representation of color #BCE380: hue angle of 83.64º degrees, saturation: 0.64, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #BCE380 is Cyan = 0.17, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 188 | 227 | 128 | - |
| CMYK | 0.17 | 0 | 0.44 | 0.11 |
| HSL | 83.64º | 0.64% | 0.7% | - |
| HSV(B) | 83.64º | 0.44% | 0.89% | - |
| XYZ | 52.1 | 67.19 | 30.64 | - |
| YUV | 204.05 | 85.08 | 116.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 227 | 128 | 0.17 | 0 | 0.44 | 0.11 | 83.64 | 0.64 | 0.7 |
| Hex | BC | E3 | 80 | 11 | 0 | 2C | B | 54 | 40 | 46 |
| Octal | 274 | 343 | 200 | 21 | 0 | 54 | 13 | 124 | 100 | 106 |
| Binary | 10111100 | 11100011 | 10000000 | 10001 | 0 | 101100 | 1011 | 1010100 | 1000000 | 1000110 |
Color Harmonies of #BCE380
Complementary color
Monochromatic Colors of #BCE380
Black with #BCE380
Text Example
Text Example
White with #BCE380
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCE380; }
p { color: rgb(188,227,128); }
H1.HeaderClassName
{
color: #BCE380;
}
.AnyTagClassName
{
color: #BCE380;
}
</style>
background-color css
<style>
a { background-color: #BCE380; }
a { background-color: rgb(188,227,128); }
div.DivClassName
{
background-color: #BCE380;
}
.BgClassName
{
background-color: #BCE380;
}
</style>
border-color css
<style>
span { border-color: #BCE380; }
span { border-color: rgb(188,227,128); }
td.TdClassName
{
border-color: #BCE380;
}
.TagClassName
{
border-color: #BCE380;
}
</style>