Shades of Sulu #BCFF8A
Tints of Sulu #BCFF8A
RGB
CMYK
RGB Variations
Color information
#BCFF8A (or 0xBCFF8A) is known color: Sulu. HEX triplet: BC, FF and 8A. RGB value is (188,255,138). Sum of RGB (Red+Green+Blue) = 188+255+138=581 (76% of max value = 765). Red value is 188 (73.83% from 255 or 32.36% from 581); Green value is 255 (100% from 255 or 43.89% from 581); Blue value is 138 (54.30% from 255 or 23.75% from 581); Max value from RGB is 255 - color contains mainly: green. Hex color #BCFF8A is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BCFF8A is #430075. Grayscale: #DEDEDE. Windows color (decimal): -4391030 or 9109436. OLE color: 9109436.
HSL color Cylindrical-coordinate representation of color #BCFF8A: hue angle of 94.36º degrees, saturation: 1, lightness: 0.77%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #BCFF8A is Cyan = 0.26, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.
Color convert
| RGB | 188 | 255 | 138 | - |
| CMYK | 0.26 | 0 | 0.46 | 0 |
| HSL | 94.36º | 1% | 0.77% | - |
| HSV(B) | 94.36º | 0.46% | 1% | - |
| XYZ | 61.09 | 84.05 | 37.05 | - |
| YUV | 221.63 | 80.8 | 104.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 255 | 138 | 0.26 | 0 | 0.46 | 0 | 94.36 | 1 | 0.77 |
| Hex | BC | FF | 8A | 1A | 0 | 2E | 0 | 5E | 64 | 4D |
| Octal | 274 | 377 | 212 | 32 | 0 | 56 | 0 | 136 | 144 | 115 |
| Binary | 10111100 | 11111111 | 10001010 | 11010 | 0 | 101110 | 0 | 1011110 | 1100100 | 1001101 |
Color Harmonies of #BCFF8A
Complementary color
Monochromatic Colors of #BCFF8A
Black with #BCFF8A
Text Example
Text Example
White with #BCFF8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCFF8A; }
p { color: rgb(188,255,138); }
H1.HeaderClassName
{
color: #BCFF8A;
}
.AnyTagClassName
{
color: #BCFF8A;
}
</style>
background-color css
<style>
a { background-color: #BCFF8A; }
a { background-color: rgb(188,255,138); }
div.DivClassName
{
background-color: #BCFF8A;
}
.BgClassName
{
background-color: #BCFF8A;
}
</style>
border-color css
<style>
span { border-color: #BCFF8A; }
span { border-color: rgb(188,255,138); }
td.TdClassName
{
border-color: #BCFF8A;
}
.TagClassName
{
border-color: #BCFF8A;
}
</style>