Shades of Sulu #BCEE80
Tints of Sulu #BCEE80
RGB
CMYK
RGB Variations
Color information
#BCEE80 (or 0xBCEE80) is known color: Sulu. HEX triplet: BC, EE and 80. RGB value is (188,238,128). Sum of RGB (Red+Green+Blue) = 188+238+128=554 (73% of max value = 765). Red value is 188 (73.83% from 255 or 33.94% from 554); Green value is 238 (93.36% from 255 or 42.96% from 554); Blue value is 128 (50.39% from 255 or 23.10% from 554); Max value from RGB is 238 - color contains mainly: green. Hex color #BCEE80 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BCEE80 is #43117F. Grayscale: #D2D2D2. Windows color (decimal): -4395392 or 8449724. OLE color: 8449724.
HSL color Cylindrical-coordinate representation of color #BCEE80: hue angle of 87.27º degrees, saturation: 0.76, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #BCEE80 is Cyan = 0.21, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 188 | 238 | 128 | - |
| CMYK | 0.21 | 0 | 0.46 | 0.07 |
| HSL | 87.27º | 0.76% | 0.72% | - |
| HSV(B) | 87.27º | 0.46% | 0.93% | - |
| XYZ | 55.21 | 73.4 | 31.68 | - |
| YUV | 210.51 | 81.44 | 111.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 238 | 128 | 0.21 | 0 | 0.46 | 0.07 | 87.27 | 0.76 | 0.72 |
| Hex | BC | EE | 80 | 15 | 0 | 2E | 7 | 57 | 4C | 48 |
| Octal | 274 | 356 | 200 | 25 | 0 | 56 | 7 | 127 | 114 | 110 |
| Binary | 10111100 | 11101110 | 10000000 | 10101 | 0 | 101110 | 111 | 1010111 | 1001100 | 1001000 |
Color Harmonies of #BCEE80
Complementary color
Monochromatic Colors of #BCEE80
Black with #BCEE80
Text Example
Text Example
White with #BCEE80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCEE80; }
p { color: rgb(188,238,128); }
H1.HeaderClassName
{
color: #BCEE80;
}
.AnyTagClassName
{
color: #BCEE80;
}
</style>
background-color css
<style>
a { background-color: #BCEE80; }
a { background-color: rgb(188,238,128); }
div.DivClassName
{
background-color: #BCEE80;
}
.BgClassName
{
background-color: #BCEE80;
}
</style>
border-color css
<style>
span { border-color: #BCEE80; }
span { border-color: rgb(188,238,128); }
td.TdClassName
{
border-color: #BCEE80;
}
.TagClassName
{
border-color: #BCEE80;
}
</style>