Shades of Sulu #BCFF7E
Tints of Sulu #BCFF7E
RGB
CMYK
RGB Variations
Color information
#BCFF7E (or 0xBCFF7E) is known color: Sulu. HEX triplet: BC, FF and 7E. RGB value is (188,255,126). Sum of RGB (Red+Green+Blue) = 188+255+126=569 (75% of max value = 765). Red value is 188 (73.83% from 255 or 33.04% from 569); Green value is 255 (100% from 255 or 44.82% from 569); Blue value is 126 (49.61% from 255 or 22.14% from 569); Max value from RGB is 255 - color contains mainly: green. Hex color #BCFF7E is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BCFF7E is #430081. Grayscale: #DCDCDC. Windows color (decimal): -4391042 or 8323004. OLE color: 8323004.
HSL color Cylindrical-coordinate representation of color #BCFF7E: hue angle of 91.16º degrees, saturation: 1, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #BCFF7E is Cyan = 0.26, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.
Color convert
| RGB | 188 | 255 | 126 | - |
| CMYK | 0.26 | 0 | 0.51 | 0 |
| HSL | 91.16º | 1% | 0.75% | - |
| HSV(B) | 91.16º | 0.51% | 1% | - |
| XYZ | 60.26 | 83.72 | 32.72 | - |
| YUV | 220.26 | 74.8 | 104.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 255 | 126 | 0.26 | 0 | 0.51 | 0 | 91.16 | 1 | 0.75 |
| Hex | BC | FF | 7E | 1A | 0 | 33 | 0 | 5B | 64 | 4B |
| Octal | 274 | 377 | 176 | 32 | 0 | 63 | 0 | 133 | 144 | 113 |
| Binary | 10111100 | 11111111 | 1111110 | 11010 | 0 | 110011 | 0 | 1011011 | 1100100 | 1001011 |
Color Harmonies of #BCFF7E
Complementary color
Monochromatic Colors of #BCFF7E
Black with #BCFF7E
Text Example
Text Example
White with #BCFF7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCFF7E; }
p { color: rgb(188,255,126); }
H1.HeaderClassName
{
color: #BCFF7E;
}
.AnyTagClassName
{
color: #BCFF7E;
}
</style>
background-color css
<style>
a { background-color: #BCFF7E; }
a { background-color: rgb(188,255,126); }
div.DivClassName
{
background-color: #BCFF7E;
}
.BgClassName
{
background-color: #BCFF7E;
}
</style>
border-color css
<style>
span { border-color: #BCFF7E; }
span { border-color: rgb(188,255,126); }
td.TdClassName
{
border-color: #BCFF7E;
}
.TagClassName
{
border-color: #BCFF7E;
}
</style>