Shades of Sulu #BCE18B
Tints of Sulu #BCE18B
RGB
CMYK
RGB Variations
Color information
#BCE18B (or 0xBCE18B) is known color: Sulu. HEX triplet: BC, E1 and 8B. RGB value is (188,225,139). Sum of RGB (Red+Green+Blue) = 188+225+139=552 (73% of max value = 765). Red value is 188 (73.83% from 255 or 34.06% from 552); Green value is 225 (88.28% from 255 or 40.76% from 552); Blue value is 139 (54.69% from 255 or 25.18% from 552); Max value from RGB is 225 - color contains mainly: green. Hex color #BCE18B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCE18B is #431E74. Grayscale: #CCCCCC. Windows color (decimal): -4398709 or 9167292. OLE color: 9167292.
HSL color Cylindrical-coordinate representation of color #BCE18B: hue angle of 85.81º degrees, saturation: 0.59, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #BCE18B is Cyan = 0.16, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 188 | 225 | 139 | - |
| CMYK | 0.16 | 0 | 0.38 | 0.12 |
| HSL | 85.81º | 0.59% | 0.71% | - |
| HSV(B) | 85.81º | 0.38% | 0.88% | - |
| XYZ | 52.32 | 66.41 | 34.49 | - |
| YUV | 204.13 | 91.24 | 116.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 225 | 139 | 0.16 | 0 | 0.38 | 0.12 | 85.81 | 0.59 | 0.71 |
| Hex | BC | E1 | 8B | 10 | 0 | 26 | C | 56 | 3B | 47 |
| Octal | 274 | 341 | 213 | 20 | 0 | 46 | 14 | 126 | 73 | 107 |
| Binary | 10111100 | 11100001 | 10001011 | 10000 | 0 | 100110 | 1100 | 1010110 | 111011 | 1000111 |
Color Harmonies of #BCE18B
Complementary color
Monochromatic Colors of #BCE18B
Black with #BCE18B
Text Example
Text Example
White with #BCE18B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCE18B; }
p { color: rgb(188,225,139); }
H1.HeaderClassName
{
color: #BCE18B;
}
.AnyTagClassName
{
color: #BCE18B;
}
</style>
background-color css
<style>
a { background-color: #BCE18B; }
a { background-color: rgb(188,225,139); }
div.DivClassName
{
background-color: #BCE18B;
}
.BgClassName
{
background-color: #BCE18B;
}
</style>
border-color css
<style>
span { border-color: #BCE18B; }
span { border-color: rgb(188,225,139); }
td.TdClassName
{
border-color: #BCE18B;
}
.TagClassName
{
border-color: #BCE18B;
}
</style>