Shades of Sulu #BCE885
Tints of Sulu #BCE885
RGB
CMYK
RGB Variations
Color information
#BCE885 (or 0xBCE885) is known color: Sulu. HEX triplet: BC, E8 and 85. RGB value is (188,232,133). Sum of RGB (Red+Green+Blue) = 188+232+133=553 (73% of max value = 765). Red value is 188 (73.83% from 255 or 34.00% from 553); Green value is 232 (91.02% from 255 or 41.95% from 553); Blue value is 133 (52.34% from 255 or 24.05% from 553); Max value from RGB is 232 - color contains mainly: green. Hex color #BCE885 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BCE885 is #43177A. Grayscale: #CFCFCF. Windows color (decimal): -4396923 or 8775868. OLE color: 8775868.
HSL color Cylindrical-coordinate representation of color #BCE885: hue angle of 86.67º degrees, saturation: 0.68, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #BCE885 is Cyan = 0.19, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 188 | 232 | 133 | - |
| CMYK | 0.19 | 0 | 0.43 | 0.09 |
| HSL | 86.67º | 0.68% | 0.72% | - |
| HSV(B) | 86.67º | 0.43% | 0.91% | - |
| XYZ | 53.83 | 70.1 | 32.88 | - |
| YUV | 207.56 | 85.92 | 114.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 232 | 133 | 0.19 | 0 | 0.43 | 0.09 | 86.67 | 0.68 | 0.72 |
| Hex | BC | E8 | 85 | 13 | 0 | 2B | 9 | 57 | 44 | 48 |
| Octal | 274 | 350 | 205 | 23 | 0 | 53 | 11 | 127 | 104 | 110 |
| Binary | 10111100 | 11101000 | 10000101 | 10011 | 0 | 101011 | 1001 | 1010111 | 1000100 | 1001000 |
Color Harmonies of #BCE885
Complementary color
Monochromatic Colors of #BCE885
Black with #BCE885
Text Example
Text Example
White with #BCE885
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCE885; }
p { color: rgb(188,232,133); }
H1.HeaderClassName
{
color: #BCE885;
}
.AnyTagClassName
{
color: #BCE885;
}
</style>
background-color css
<style>
a { background-color: #BCE885; }
a { background-color: rgb(188,232,133); }
div.DivClassName
{
background-color: #BCE885;
}
.BgClassName
{
background-color: #BCE885;
}
</style>
border-color css
<style>
span { border-color: #BCE885; }
span { border-color: rgb(188,232,133); }
td.TdClassName
{
border-color: #BCE885;
}
.TagClassName
{
border-color: #BCE885;
}
</style>