Shades of Sulu #BCE17D
Tints of Sulu #BCE17D
RGB
CMYK
RGB Variations
Color information
#BCE17D (or 0xBCE17D) is known color: Sulu. HEX triplet: BC, E1 and 7D. RGB value is (188,225,125). Sum of RGB (Red+Green+Blue) = 188+225+125=538 (71% of max value = 765). Red value is 188 (73.83% from 255 or 34.94% from 538); Green value is 225 (88.28% from 255 or 41.82% from 538); Blue value is 125 (49.22% from 255 or 23.23% from 538); Max value from RGB is 225 - color contains mainly: green. Hex color #BCE17D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCE17D is #431E82. Grayscale: #CACACA. Windows color (decimal): -4398723 or 8249788. OLE color: 8249788.
HSL color Cylindrical-coordinate representation of color #BCE17D: hue angle of 82.2º degrees, saturation: 0.62, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #BCE17D is Cyan = 0.16, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 188 | 225 | 125 | - |
| CMYK | 0.16 | 0 | 0.44 | 0.12 |
| HSL | 82.2º | 0.63% | 0.69% | - |
| HSV(B) | 82.2º | 0.44% | 0.88% | - |
| XYZ | 51.37 | 66.02 | 29.44 | - |
| YUV | 202.54 | 84.24 | 117.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 225 | 125 | 0.16 | 0 | 0.44 | 0.12 | 82.2 | 0.63 | 0.69 |
| Hex | BC | E1 | 7D | 10 | 0 | 2C | C | 52 | 3E | 45 |
| Octal | 274 | 341 | 175 | 20 | 0 | 54 | 14 | 122 | 76 | 105 |
| Binary | 10111100 | 11100001 | 1111101 | 10000 | 0 | 101100 | 1100 | 1010010 | 111110 | 1000101 |
Color Harmonies of #BCE17D
Complementary color
Monochromatic Colors of #BCE17D
Black with #BCE17D
Text Example
Text Example
White with #BCE17D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCE17D; }
p { color: rgb(188,225,125); }
H1.HeaderClassName
{
color: #BCE17D;
}
.AnyTagClassName
{
color: #BCE17D;
}
</style>
background-color css
<style>
a { background-color: #BCE17D; }
a { background-color: rgb(188,225,125); }
div.DivClassName
{
background-color: #BCE17D;
}
.BgClassName
{
background-color: #BCE17D;
}
</style>
border-color css
<style>
span { border-color: #BCE17D; }
span { border-color: rgb(188,225,125); }
td.TdClassName
{
border-color: #BCE17D;
}
.TagClassName
{
border-color: #BCE17D;
}
</style>