Shades of Sulu #BCEE8D
Tints of Sulu #BCEE8D
RGB
CMYK
RGB Variations
Color information
#BCEE8D (or 0xBCEE8D) is known color: Sulu. HEX triplet: BC, EE and 8D. RGB value is (188,238,141). Sum of RGB (Red+Green+Blue) = 188+238+141=567 (75% of max value = 765). Red value is 188 (73.83% from 255 or 33.16% from 567); Green value is 238 (93.36% from 255 or 41.98% from 567); Blue value is 141 (55.47% from 255 or 24.87% from 567); Max value from RGB is 238 - color contains mainly: green. Hex color #BCEE8D is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BCEE8D is #431172. Grayscale: #D4D4D4. Windows color (decimal): -4395379 or 9301692. OLE color: 9301692.
HSL color Cylindrical-coordinate representation of color #BCEE8D: hue angle of 90.93º degrees, saturation: 0.74, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #BCEE8D is Cyan = 0.21, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 188 | 238 | 141 | - |
| CMYK | 0.21 | 0 | 0.41 | 0.07 |
| HSL | 90.93º | 0.74% | 0.74% | - |
| HSV(B) | 90.93º | 0.41% | 0.93% | - |
| XYZ | 56.12 | 73.76 | 36.48 | - |
| YUV | 211.99 | 87.94 | 110.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 238 | 141 | 0.21 | 0 | 0.41 | 0.07 | 90.93 | 0.74 | 0.74 |
| Hex | BC | EE | 8D | 15 | 0 | 29 | 7 | 5B | 4A | 4A |
| Octal | 274 | 356 | 215 | 25 | 0 | 51 | 7 | 133 | 112 | 112 |
| Binary | 10111100 | 11101110 | 10001101 | 10101 | 0 | 101001 | 111 | 1011011 | 1001010 | 1001010 |
Color Harmonies of #BCEE8D
Complementary color
Monochromatic Colors of #BCEE8D
Black with #BCEE8D
Text Example
Text Example
White with #BCEE8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCEE8D; }
p { color: rgb(188,238,141); }
H1.HeaderClassName
{
color: #BCEE8D;
}
.AnyTagClassName
{
color: #BCEE8D;
}
</style>
background-color css
<style>
a { background-color: #BCEE8D; }
a { background-color: rgb(188,238,141); }
div.DivClassName
{
background-color: #BCEE8D;
}
.BgClassName
{
background-color: #BCEE8D;
}
</style>
border-color css
<style>
span { border-color: #BCEE8D; }
span { border-color: rgb(188,238,141); }
td.TdClassName
{
border-color: #BCEE8D;
}
.TagClassName
{
border-color: #BCEE8D;
}
</style>