Shades of Sulu #BCFF8B
Tints of Sulu #BCFF8B
RGB
CMYK
RGB Variations
Color information
#BCFF8B (or 0xBCFF8B) is known color: Sulu. HEX triplet: BC, FF and 8B. RGB value is (188,255,139). Sum of RGB (Red+Green+Blue) = 188+255+139=582 (77% of max value = 765). Red value is 188 (73.83% from 255 or 32.30% from 582); Green value is 255 (100% from 255 or 43.81% from 582); Blue value is 139 (54.69% from 255 or 23.88% from 582); Max value from RGB is 255 - color contains mainly: green. Hex color #BCFF8B is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BCFF8B is #430074. Grayscale: #DEDEDE. Windows color (decimal): -4391029 or 9174972. OLE color: 9174972.
HSL color Cylindrical-coordinate representation of color #BCFF8B: hue angle of 94.66º degrees, saturation: 1, lightness: 0.77%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #BCFF8B is Cyan = 0.26, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.
Color convert
| RGB | 188 | 255 | 139 | - |
| CMYK | 0.26 | 0 | 0.45 | 0 |
| HSL | 94.66º | 1% | 0.77% | - |
| HSV(B) | 94.66º | 0.45% | 1% | - |
| XYZ | 61.16 | 84.08 | 37.43 | - |
| YUV | 221.74 | 81.3 | 103.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 255 | 139 | 0.26 | 0 | 0.45 | 0 | 94.66 | 1 | 0.77 |
| Hex | BC | FF | 8B | 1A | 0 | 2D | 0 | 5F | 64 | 4D |
| Octal | 274 | 377 | 213 | 32 | 0 | 55 | 0 | 137 | 144 | 115 |
| Binary | 10111100 | 11111111 | 10001011 | 11010 | 0 | 101101 | 0 | 1011111 | 1100100 | 1001101 |
Color Harmonies of #BCFF8B
Complementary color
Monochromatic Colors of #BCFF8B
Black with #BCFF8B
Text Example
Text Example
White with #BCFF8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCFF8B; }
p { color: rgb(188,255,139); }
H1.HeaderClassName
{
color: #BCFF8B;
}
.AnyTagClassName
{
color: #BCFF8B;
}
</style>
background-color css
<style>
a { background-color: #BCFF8B; }
a { background-color: rgb(188,255,139); }
div.DivClassName
{
background-color: #BCFF8B;
}
.BgClassName
{
background-color: #BCFF8B;
}
</style>
border-color css
<style>
span { border-color: #BCFF8B; }
span { border-color: rgb(188,255,139); }
td.TdClassName
{
border-color: #BCFF8B;
}
.TagClassName
{
border-color: #BCFF8B;
}
</style>