Shades of Sulu #BCE384
Tints of Sulu #BCE384
RGB
CMYK
RGB Variations
Color information
#BCE384 (or 0xBCE384) is known color: Sulu. HEX triplet: BC, E3 and 84. RGB value is (188,227,132). Sum of RGB (Red+Green+Blue) = 188+227+132=547 (72% of max value = 765). Red value is 188 (73.83% from 255 or 34.37% from 547); Green value is 227 (89.06% from 255 or 41.50% from 547); Blue value is 132 (51.95% from 255 or 24.13% from 547); Max value from RGB is 227 - color contains mainly: green. Hex color #BCE384 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCE384 is #431C7B. Grayscale: #CCCCCC. Windows color (decimal): -4398204 or 8709052. OLE color: 8709052.
HSL color Cylindrical-coordinate representation of color #BCE384: hue angle of 84.63º degrees, saturation: 0.63, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #BCE384 is Cyan = 0.17, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 188 | 227 | 132 | - |
| CMYK | 0.17 | 0 | 0.42 | 0.11 |
| HSL | 84.63º | 0.63% | 0.7% | - |
| HSV(B) | 84.63º | 0.42% | 0.89% | - |
| XYZ | 52.37 | 67.3 | 32.06 | - |
| YUV | 204.51 | 87.08 | 116.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 227 | 132 | 0.17 | 0 | 0.42 | 0.11 | 84.63 | 0.63 | 0.7 |
| Hex | BC | E3 | 84 | 11 | 0 | 2A | B | 55 | 3F | 46 |
| Octal | 274 | 343 | 204 | 21 | 0 | 52 | 13 | 125 | 77 | 106 |
| Binary | 10111100 | 11100011 | 10000100 | 10001 | 0 | 101010 | 1011 | 1010101 | 111111 | 1000110 |
Color Harmonies of #BCE384
Complementary color
Monochromatic Colors of #BCE384
Black with #BCE384
Text Example
Text Example
White with #BCE384
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCE384; }
p { color: rgb(188,227,132); }
H1.HeaderClassName
{
color: #BCE384;
}
.AnyTagClassName
{
color: #BCE384;
}
</style>
background-color css
<style>
a { background-color: #BCE384; }
a { background-color: rgb(188,227,132); }
div.DivClassName
{
background-color: #BCE384;
}
.BgClassName
{
background-color: #BCE384;
}
</style>
border-color css
<style>
span { border-color: #BCE384; }
span { border-color: rgb(188,227,132); }
td.TdClassName
{
border-color: #BCE384;
}
.TagClassName
{
border-color: #BCE384;
}
</style>