Shades of Sulu #BCE985
Tints of Sulu #BCE985
RGB
CMYK
RGB Variations
Color information
#BCE985 (or 0xBCE985) is known color: Sulu. HEX triplet: BC, E9 and 85. RGB value is (188,233,133). Sum of RGB (Red+Green+Blue) = 188+233+133=554 (73% of max value = 765). Red value is 188 (73.83% from 255 or 33.94% from 554); Green value is 233 (91.41% from 255 or 42.06% from 554); Blue value is 133 (52.34% from 255 or 24.01% from 554); Max value from RGB is 233 - color contains mainly: green. Hex color #BCE985 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BCE985 is #43167A. Grayscale: #D0D0D0. Windows color (decimal): -4396667 or 8776124. OLE color: 8776124.
HSL color Cylindrical-coordinate representation of color #BCE985: hue angle of 87º degrees, saturation: 0.69, 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 #BCE985 is Cyan = 0.19, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 188 | 233 | 133 | - |
| CMYK | 0.19 | 0 | 0.43 | 0.09 |
| HSL | 87º | 0.69% | 0.72% | - |
| HSV(B) | 87º | 0.43% | 0.91% | - |
| XYZ | 54.11 | 70.66 | 32.98 | - |
| YUV | 208.15 | 85.59 | 113.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 233 | 133 | 0.19 | 0 | 0.43 | 0.09 | 87 | 0.69 | 0.72 |
| Hex | BC | E9 | 85 | 13 | 0 | 2B | 9 | 57 | 45 | 48 |
| Octal | 274 | 351 | 205 | 23 | 0 | 53 | 11 | 127 | 105 | 110 |
| Binary | 10111100 | 11101001 | 10000101 | 10011 | 0 | 101011 | 1001 | 1010111 | 1000101 | 1001000 |
Color Harmonies of #BCE985
Complementary color
Monochromatic Colors of #BCE985
Black with #BCE985
Text Example
Text Example
White with #BCE985
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCE985; }
p { color: rgb(188,233,133); }
H1.HeaderClassName
{
color: #BCE985;
}
.AnyTagClassName
{
color: #BCE985;
}
</style>
background-color css
<style>
a { background-color: #BCE985; }
a { background-color: rgb(188,233,133); }
div.DivClassName
{
background-color: #BCE985;
}
.BgClassName
{
background-color: #BCE985;
}
</style>
border-color css
<style>
span { border-color: #BCE985; }
span { border-color: rgb(188,233,133); }
td.TdClassName
{
border-color: #BCE985;
}
.TagClassName
{
border-color: #BCE985;
}
</style>