Shades of Sulu #BCE581
Tints of Sulu #BCE581
RGB
CMYK
RGB Variations
Color information
#BCE581 (or 0xBCE581) is known color: Sulu. HEX triplet: BC, E5 and 81. RGB value is (188,229,129). Sum of RGB (Red+Green+Blue) = 188+229+129=546 (72% of max value = 765). Red value is 188 (73.83% from 255 or 34.43% from 546); Green value is 229 (89.84% from 255 or 41.94% from 546); Blue value is 129 (50.78% from 255 or 23.63% from 546); Max value from RGB is 229 - color contains mainly: green. Hex color #BCE581 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCE581 is #431A7E. Grayscale: #CDCDCD. Windows color (decimal): -4397695 or 8512956. OLE color: 8512956.
HSL color Cylindrical-coordinate representation of color #BCE581: hue angle of 84.6º degrees, saturation: 0.66, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #BCE581 is Cyan = 0.18, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 188 | 229 | 129 | - |
| CMYK | 0.18 | 0 | 0.44 | 0.10 |
| HSL | 84.6º | 0.66% | 0.7% | - |
| HSV(B) | 84.6º | 0.44% | 0.9% | - |
| XYZ | 52.72 | 68.31 | 31.18 | - |
| YUV | 205.34 | 84.92 | 115.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 229 | 129 | 0.18 | 0 | 0.44 | 0.10 | 84.6 | 0.66 | 0.7 |
| Hex | BC | E5 | 81 | 12 | 0 | 2C | A | 55 | 42 | 46 |
| Octal | 274 | 345 | 201 | 22 | 0 | 54 | 12 | 125 | 102 | 106 |
| Binary | 10111100 | 11100101 | 10000001 | 10010 | 0 | 101100 | 1010 | 1010101 | 1000010 | 1000110 |
Color Harmonies of #BCE581
Complementary color
Monochromatic Colors of #BCE581
Black with #BCE581
Text Example
Text Example
White with #BCE581
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCE581; }
p { color: rgb(188,229,129); }
H1.HeaderClassName
{
color: #BCE581;
}
.AnyTagClassName
{
color: #BCE581;
}
</style>
background-color css
<style>
a { background-color: #BCE581; }
a { background-color: rgb(188,229,129); }
div.DivClassName
{
background-color: #BCE581;
}
.BgClassName
{
background-color: #BCE581;
}
</style>
border-color css
<style>
span { border-color: #BCE581; }
span { border-color: rgb(188,229,129); }
td.TdClassName
{
border-color: #BCE581;
}
.TagClassName
{
border-color: #BCE581;
}
</style>