Shades of Sulu #BCE585
Tints of Sulu #BCE585
RGB
CMYK
RGB Variations
Color information
#BCE585 (or 0xBCE585) is known color: Sulu. HEX triplet: BC, E5 and 85. RGB value is (188,229,133). Sum of RGB (Red+Green+Blue) = 188+229+133=550 (72% of max value = 765). Red value is 188 (73.83% from 255 or 34.18% from 550); Green value is 229 (89.84% from 255 or 41.64% from 550); Blue value is 133 (52.34% from 255 or 24.18% from 550); Max value from RGB is 229 - color contains mainly: green. Hex color #BCE585 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCE585 is #431A7A. Grayscale: #CECECE. Windows color (decimal): -4397691 or 8775100. OLE color: 8775100.
HSL color Cylindrical-coordinate representation of color #BCE585: hue angle of 85.62º degrees, saturation: 0.65, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #BCE585 is Cyan = 0.18, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 188 | 229 | 133 | - |
| CMYK | 0.18 | 0 | 0.42 | 0.10 |
| HSL | 85.62º | 0.65% | 0.71% | - |
| HSV(B) | 85.62º | 0.42% | 0.9% | - |
| XYZ | 52.99 | 68.42 | 32.6 | - |
| YUV | 205.8 | 86.92 | 115.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 229 | 133 | 0.18 | 0 | 0.42 | 0.10 | 85.62 | 0.65 | 0.71 |
| Hex | BC | E5 | 85 | 12 | 0 | 2A | A | 56 | 41 | 47 |
| Octal | 274 | 345 | 205 | 22 | 0 | 52 | 12 | 126 | 101 | 107 |
| Binary | 10111100 | 11100101 | 10000101 | 10010 | 0 | 101010 | 1010 | 1010110 | 1000001 | 1000111 |
Color Harmonies of #BCE585
Complementary color
Monochromatic Colors of #BCE585
Black with #BCE585
Text Example
Text Example
White with #BCE585
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCE585; }
p { color: rgb(188,229,133); }
H1.HeaderClassName
{
color: #BCE585;
}
.AnyTagClassName
{
color: #BCE585;
}
</style>
background-color css
<style>
a { background-color: #BCE585; }
a { background-color: rgb(188,229,133); }
div.DivClassName
{
background-color: #BCE585;
}
.BgClassName
{
background-color: #BCE585;
}
</style>
border-color css
<style>
span { border-color: #BCE585; }
span { border-color: rgb(188,229,133); }
td.TdClassName
{
border-color: #BCE585;
}
.TagClassName
{
border-color: #BCE585;
}
</style>