Shades of Sulu #BCE375
Tints of Sulu #BCE375
RGB
CMYK
RGB Variations
Color information
#BCE375 (or 0xBCE375) is known color: Sulu. HEX triplet: BC, E3 and 75. RGB value is (188,227,117). Sum of RGB (Red+Green+Blue) = 188+227+117=532 (70% of max value = 765). Red value is 188 (73.83% from 255 or 35.34% from 532); Green value is 227 (89.06% from 255 or 42.67% from 532); Blue value is 117 (46.09% from 255 or 21.99% from 532); Max value from RGB is 227 - color contains mainly: green. Hex color #BCE375 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCE375 is #431C8A. Grayscale: #CBCBCB. Windows color (decimal): -4398219 or 7726012. OLE color: 7726012.
HSL color Cylindrical-coordinate representation of color #BCE375: hue angle of 81.27º degrees, saturation: 0.66, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #BCE375 is Cyan = 0.17, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 188 | 227 | 117 | - |
| CMYK | 0.17 | 0 | 0.48 | 0.11 |
| HSL | 81.27º | 0.66% | 0.67% | - |
| HSV(B) | 81.27º | 0.48% | 0.89% | - |
| XYZ | 51.42 | 66.91 | 27.04 | - |
| YUV | 202.8 | 79.58 | 117.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 227 | 117 | 0.17 | 0 | 0.48 | 0.11 | 81.27 | 0.66 | 0.67 |
| Hex | BC | E3 | 75 | 11 | 0 | 30 | B | 51 | 42 | 43 |
| Octal | 274 | 343 | 165 | 21 | 0 | 60 | 13 | 121 | 102 | 103 |
| Binary | 10111100 | 11100011 | 1110101 | 10001 | 0 | 110000 | 1011 | 1010001 | 1000010 | 1000011 |
Color Harmonies of #BCE375
Complementary color
Monochromatic Colors of #BCE375
Black with #BCE375
Text Example
Text Example
White with #BCE375
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCE375; }
p { color: rgb(188,227,117); }
H1.HeaderClassName
{
color: #BCE375;
}
.AnyTagClassName
{
color: #BCE375;
}
</style>
background-color css
<style>
a { background-color: #BCE375; }
a { background-color: rgb(188,227,117); }
div.DivClassName
{
background-color: #BCE375;
}
.BgClassName
{
background-color: #BCE375;
}
</style>
border-color css
<style>
span { border-color: #BCE375; }
span { border-color: rgb(188,227,117); }
td.TdClassName
{
border-color: #BCE375;
}
.TagClassName
{
border-color: #BCE375;
}
</style>