Shades of Sulu #BCE085
Tints of Sulu #BCE085
RGB
CMYK
RGB Variations
Color information
#BCE085 (or 0xBCE085) is known color: Sulu. HEX triplet: BC, E0 and 85. RGB value is (188,224,133). Sum of RGB (Red+Green+Blue) = 188+224+133=545 (72% of max value = 765). Red value is 188 (73.83% from 255 or 34.50% from 545); Green value is 224 (87.89% from 255 or 41.10% from 545); Blue value is 133 (52.34% from 255 or 24.40% from 545); Max value from RGB is 224 - color contains mainly: green. Hex color #BCE085 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCE085 is #431F7A. Grayscale: #CBCBCB. Windows color (decimal): -4398971 or 8773820. OLE color: 8773820.
HSL color Cylindrical-coordinate representation of color #BCE085: hue angle of 83.74º degrees, saturation: 0.59, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #BCE085 is Cyan = 0.16, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 188 | 224 | 133 | - |
| CMYK | 0.16 | 0 | 0.41 | 0.12 |
| HSL | 83.74º | 0.59% | 0.7% | - |
| HSV(B) | 83.74º | 0.41% | 0.88% | - |
| XYZ | 51.63 | 65.7 | 32.15 | - |
| YUV | 202.86 | 88.57 | 117.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 224 | 133 | 0.16 | 0 | 0.41 | 0.12 | 83.74 | 0.59 | 0.7 |
| Hex | BC | E0 | 85 | 10 | 0 | 29 | C | 54 | 3B | 46 |
| Octal | 274 | 340 | 205 | 20 | 0 | 51 | 14 | 124 | 73 | 106 |
| Binary | 10111100 | 11100000 | 10000101 | 10000 | 0 | 101001 | 1100 | 1010100 | 111011 | 1000110 |
Color Harmonies of #BCE085
Complementary color
Monochromatic Colors of #BCE085
Black with #BCE085
Text Example
Text Example
White with #BCE085
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCE085; }
p { color: rgb(188,224,133); }
H1.HeaderClassName
{
color: #BCE085;
}
.AnyTagClassName
{
color: #BCE085;
}
</style>
background-color css
<style>
a { background-color: #BCE085; }
a { background-color: rgb(188,224,133); }
div.DivClassName
{
background-color: #BCE085;
}
.BgClassName
{
background-color: #BCE085;
}
</style>
border-color css
<style>
span { border-color: #BCE085; }
span { border-color: rgb(188,224,133); }
td.TdClassName
{
border-color: #BCE085;
}
.TagClassName
{
border-color: #BCE085;
}
</style>