Shades of Sulu #BCE092
Tints of Sulu #BCE092
RGB
CMYK
RGB Variations
Color information
#BCE092 (or 0xBCE092) is known color: Sulu. HEX triplet: BC, E0 and 92. RGB value is (188,224,146). Sum of RGB (Red+Green+Blue) = 188+224+146=558 (73% of max value = 765). Red value is 188 (73.83% from 255 or 33.69% from 558); Green value is 224 (87.89% from 255 or 40.14% from 558); Blue value is 146 (57.42% from 255 or 26.16% from 558); Max value from RGB is 224 - color contains mainly: green. Hex color #BCE092 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCE092 is #431F6D. Grayscale: #CCCCCC. Windows color (decimal): -4398958 or 9625788. OLE color: 9625788.
HSL color Cylindrical-coordinate representation of color #BCE092: hue angle of 87.69º degrees, saturation: 0.56, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #BCE092 is Cyan = 0.16, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 188 | 224 | 146 | - |
| CMYK | 0.16 | 0 | 0.35 | 0.12 |
| HSL | 87.69º | 0.56% | 0.73% | - |
| HSV(B) | 87.69º | 0.35% | 0.88% | - |
| XYZ | 52.58 | 66.08 | 37.18 | - |
| YUV | 204.34 | 95.07 | 116.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 224 | 146 | 0.16 | 0 | 0.35 | 0.12 | 87.69 | 0.56 | 0.73 |
| Hex | BC | E0 | 92 | 10 | 0 | 23 | C | 58 | 38 | 49 |
| Octal | 274 | 340 | 222 | 20 | 0 | 43 | 14 | 130 | 70 | 111 |
| Binary | 10111100 | 11100000 | 10010010 | 10000 | 0 | 100011 | 1100 | 1011000 | 111000 | 1001001 |
Color Harmonies of #BCE092
Complementary color
Monochromatic Colors of #BCE092
Black with #BCE092
Text Example
Text Example
White with #BCE092
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCE092; }
p { color: rgb(188,224,146); }
H1.HeaderClassName
{
color: #BCE092;
}
.AnyTagClassName
{
color: #BCE092;
}
</style>
background-color css
<style>
a { background-color: #BCE092; }
a { background-color: rgb(188,224,146); }
div.DivClassName
{
background-color: #BCE092;
}
.BgClassName
{
background-color: #BCE092;
}
</style>
border-color css
<style>
span { border-color: #BCE092; }
span { border-color: rgb(188,224,146); }
td.TdClassName
{
border-color: #BCE092;
}
.TagClassName
{
border-color: #BCE092;
}
</style>