Shades of Sulu #BCE090
Tints of Sulu #BCE090
RGB
CMYK
RGB Variations
Color information
#BCE090 (or 0xBCE090) is known color: Sulu. HEX triplet: BC, E0 and 90. RGB value is (188,224,144). Sum of RGB (Red+Green+Blue) = 188+224+144=556 (73% of max value = 765). Red value is 188 (73.83% from 255 or 33.81% from 556); Green value is 224 (87.89% from 255 or 40.29% from 556); Blue value is 144 (56.64% from 255 or 25.90% from 556); Max value from RGB is 224 - color contains mainly: green. Hex color #BCE090 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCE090 is #431F6F. Grayscale: #CCCCCC. Windows color (decimal): -4398960 or 9494716. OLE color: 9494716.
HSL color Cylindrical-coordinate representation of color #BCE090: hue angle of 87º degrees, saturation: 0.56, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #BCE090 is Cyan = 0.16, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 188 | 224 | 144 | - |
| CMYK | 0.16 | 0 | 0.36 | 0.12 |
| HSL | 87º | 0.56% | 0.72% | - |
| HSV(B) | 87º | 0.36% | 0.88% | - |
| XYZ | 52.43 | 66.02 | 36.36 | - |
| YUV | 204.12 | 94.07 | 116.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 224 | 144 | 0.16 | 0 | 0.36 | 0.12 | 87 | 0.56 | 0.72 |
| Hex | BC | E0 | 90 | 10 | 0 | 24 | C | 57 | 38 | 48 |
| Octal | 274 | 340 | 220 | 20 | 0 | 44 | 14 | 127 | 70 | 110 |
| Binary | 10111100 | 11100000 | 10010000 | 10000 | 0 | 100100 | 1100 | 1010111 | 111000 | 1001000 |
Color Harmonies of #BCE090
Complementary color
Monochromatic Colors of #BCE090
Black with #BCE090
Text Example
Text Example
White with #BCE090
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCE090; }
p { color: rgb(188,224,144); }
H1.HeaderClassName
{
color: #BCE090;
}
.AnyTagClassName
{
color: #BCE090;
}
</style>
background-color css
<style>
a { background-color: #BCE090; }
a { background-color: rgb(188,224,144); }
div.DivClassName
{
background-color: #BCE090;
}
.BgClassName
{
background-color: #BCE090;
}
</style>
border-color css
<style>
span { border-color: #BCE090; }
span { border-color: rgb(188,224,144); }
td.TdClassName
{
border-color: #BCE090;
}
.TagClassName
{
border-color: #BCE090;
}
</style>