Shades of Sulu #BCFF7D
Tints of Sulu #BCFF7D
RGB
CMYK
RGB Variations
Color information
#BCFF7D (or 0xBCFF7D) is known color: Sulu. HEX triplet: BC, FF and 7D. RGB value is (188,255,125). Sum of RGB (Red+Green+Blue) = 188+255+125=568 (75% of max value = 765). Red value is 188 (73.83% from 255 or 33.10% from 568); Green value is 255 (100% from 255 or 44.89% from 568); Blue value is 125 (49.22% from 255 or 22.01% from 568); Max value from RGB is 255 - color contains mainly: green. Hex color #BCFF7D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BCFF7D is #430082. Grayscale: #DCDCDC. Windows color (decimal): -4391043 or 8257468. OLE color: 8257468.
HSL color Cylindrical-coordinate representation of color #BCFF7D: hue angle of 90.92º 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 #BCFF7D is Cyan = 0.26, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.
Color convert
| RGB | 188 | 255 | 125 | - |
| CMYK | 0.26 | 0 | 0.51 | 0 |
| HSL | 90.92º | 1% | 0.75% | - |
| HSV(B) | 90.92º | 0.51% | 1% | - |
| XYZ | 60.2 | 83.69 | 32.38 | - |
| YUV | 220.15 | 74.3 | 105.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 255 | 125 | 0.26 | 0 | 0.51 | 0 | 90.92 | 1 | 0.75 |
| Hex | BC | FF | 7D | 1A | 0 | 33 | 0 | 5B | 64 | 4B |
| Octal | 274 | 377 | 175 | 32 | 0 | 63 | 0 | 133 | 144 | 113 |
| Binary | 10111100 | 11111111 | 1111101 | 11010 | 0 | 110011 | 0 | 1011011 | 1100100 | 1001011 |
Color Harmonies of #BCFF7D
Complementary color
Monochromatic Colors of #BCFF7D
Black with #BCFF7D
Text Example
Text Example
White with #BCFF7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCFF7D; }
p { color: rgb(188,255,125); }
H1.HeaderClassName
{
color: #BCFF7D;
}
.AnyTagClassName
{
color: #BCFF7D;
}
</style>
background-color css
<style>
a { background-color: #BCFF7D; }
a { background-color: rgb(188,255,125); }
div.DivClassName
{
background-color: #BCFF7D;
}
.BgClassName
{
background-color: #BCFF7D;
}
</style>
border-color css
<style>
span { border-color: #BCFF7D; }
span { border-color: rgb(188,255,125); }
td.TdClassName
{
border-color: #BCFF7D;
}
.TagClassName
{
border-color: #BCFF7D;
}
</style>