Shades of Sulu #BCE175
Tints of Sulu #BCE175
RGB
CMYK
RGB Variations
Color information
#BCE175 (or 0xBCE175) is known color: Sulu. HEX triplet: BC, E1 and 75. RGB value is (188,225,117). Sum of RGB (Red+Green+Blue) = 188+225+117=530 (70% of max value = 765). Red value is 188 (73.83% from 255 or 35.47% from 530); Green value is 225 (88.28% from 255 or 42.45% from 530); Blue value is 117 (46.09% from 255 or 22.08% from 530); Max value from RGB is 225 - color contains mainly: green. Hex color #BCE175 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCE175 is #431E8A. Grayscale: #CACACA. Windows color (decimal): -4398731 or 7725500. OLE color: 7725500.
HSL color Cylindrical-coordinate representation of color #BCE175: hue angle of 80.56º degrees, saturation: 0.64, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #BCE175 is Cyan = 0.16, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 188 | 225 | 117 | - |
| CMYK | 0.16 | 0 | 0.48 | 0.12 |
| HSL | 80.56º | 0.64% | 0.67% | - |
| HSV(B) | 80.56º | 0.48% | 0.88% | - |
| XYZ | 50.88 | 65.83 | 26.85 | - |
| YUV | 201.63 | 80.24 | 118.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 225 | 117 | 0.16 | 0 | 0.48 | 0.12 | 80.56 | 0.64 | 0.67 |
| Hex | BC | E1 | 75 | 10 | 0 | 30 | C | 51 | 40 | 43 |
| Octal | 274 | 341 | 165 | 20 | 0 | 60 | 14 | 121 | 100 | 103 |
| Binary | 10111100 | 11100001 | 1110101 | 10000 | 0 | 110000 | 1100 | 1010001 | 1000000 | 1000011 |
Color Harmonies of #BCE175
Complementary color
Monochromatic Colors of #BCE175
Black with #BCE175
Text Example
Text Example
White with #BCE175
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCE175; }
p { color: rgb(188,225,117); }
H1.HeaderClassName
{
color: #BCE175;
}
.AnyTagClassName
{
color: #BCE175;
}
</style>
background-color css
<style>
a { background-color: #BCE175; }
a { background-color: rgb(188,225,117); }
div.DivClassName
{
background-color: #BCE175;
}
.BgClassName
{
background-color: #BCE175;
}
</style>
border-color css
<style>
span { border-color: #BCE175; }
span { border-color: rgb(188,225,117); }
td.TdClassName
{
border-color: #BCE175;
}
.TagClassName
{
border-color: #BCE175;
}
</style>