Shades of Sulu #BCFF8E
Tints of Sulu #BCFF8E
RGB
CMYK
RGB Variations
Color information
#BCFF8E (or 0xBCFF8E) is known color: Sulu. HEX triplet: BC, FF and 8E. RGB value is (188,255,142). Sum of RGB (Red+Green+Blue) = 188+255+142=585 (77% of max value = 765). Red value is 188 (73.83% from 255 or 32.14% from 585); Green value is 255 (100% from 255 or 43.59% from 585); Blue value is 142 (55.86% from 255 or 24.27% from 585); Max value from RGB is 255 - color contains mainly: green. Hex color #BCFF8E is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BCFF8E is #430071. Grayscale: #DEDEDE. Windows color (decimal): -4391026 or 9371580. OLE color: 9371580.
HSL color Cylindrical-coordinate representation of color #BCFF8E: hue angle of 95.58º degrees, saturation: 1, lightness: 0.78%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #BCFF8E is Cyan = 0.26, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.
Color convert
| RGB | 188 | 255 | 142 | - |
| CMYK | 0.26 | 0 | 0.44 | 0 |
| HSL | 95.58º | 1% | 0.78% | - |
| HSV(B) | 95.58º | 0.44% | 1% | - |
| XYZ | 61.38 | 84.16 | 38.6 | - |
| YUV | 222.09 | 82.8 | 103.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 255 | 142 | 0.26 | 0 | 0.44 | 0 | 95.58 | 1 | 0.78 |
| Hex | BC | FF | 8E | 1A | 0 | 2C | 0 | 60 | 64 | 4E |
| Octal | 274 | 377 | 216 | 32 | 0 | 54 | 0 | 140 | 144 | 116 |
| Binary | 10111100 | 11111111 | 10001110 | 11010 | 0 | 101100 | 0 | 1100000 | 1100100 | 1001110 |
Color Harmonies of #BCFF8E
Complementary color
Monochromatic Colors of #BCFF8E
Black with #BCFF8E
Text Example
Text Example
White with #BCFF8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCFF8E; }
p { color: rgb(188,255,142); }
H1.HeaderClassName
{
color: #BCFF8E;
}
.AnyTagClassName
{
color: #BCFF8E;
}
</style>
background-color css
<style>
a { background-color: #BCFF8E; }
a { background-color: rgb(188,255,142); }
div.DivClassName
{
background-color: #BCFF8E;
}
.BgClassName
{
background-color: #BCFF8E;
}
</style>
border-color css
<style>
span { border-color: #BCFF8E; }
span { border-color: rgb(188,255,142); }
td.TdClassName
{
border-color: #BCFF8E;
}
.TagClassName
{
border-color: #BCFF8E;
}
</style>