Shades of Sulu #BCFC85
Tints of Sulu #BCFC85
RGB
CMYK
RGB Variations
Color information
#BCFC85 (or 0xBCFC85) is known color: Sulu. HEX triplet: BC, FC and 85. RGB value is (188,252,133). Sum of RGB (Red+Green+Blue) = 188+252+133=573 (75% of max value = 765). Red value is 188 (73.83% from 255 or 32.81% from 573); Green value is 252 (98.83% from 255 or 43.98% from 573); Blue value is 133 (52.34% from 255 or 23.21% from 573); Max value from RGB is 252 - color contains mainly: green. Hex color #BCFC85 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BCFC85 is #43037A. Grayscale: #DBDBDB. Windows color (decimal): -4391803 or 8780988. OLE color: 8780988.
HSL color Cylindrical-coordinate representation of color #BCFC85: hue angle of 92.27º degrees, saturation: 0.95, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #BCFC85 is Cyan = 0.25, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 188 | 252 | 133 | - |
| CMYK | 0.25 | 0 | 0.47 | 0.01 |
| HSL | 92.27º | 0.95% | 0.75% | - |
| HSV(B) | 92.27º | 0.47% | 0.99% | - |
| XYZ | 59.78 | 82.01 | 34.87 | - |
| YUV | 219.3 | 79.3 | 105.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 252 | 133 | 0.25 | 0 | 0.47 | 0.01 | 92.27 | 0.95 | 0.75 |
| Hex | BC | FC | 85 | 19 | 0 | 2F | 1 | 5C | 5F | 4B |
| Octal | 274 | 374 | 205 | 31 | 0 | 57 | 1 | 134 | 137 | 113 |
| Binary | 10111100 | 11111100 | 10000101 | 11001 | 0 | 101111 | 1 | 1011100 | 1011111 | 1001011 |
Color Harmonies of #BCFC85
Complementary color
Monochromatic Colors of #BCFC85
Black with #BCFC85
Text Example
Text Example
White with #BCFC85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCFC85; }
p { color: rgb(188,252,133); }
H1.HeaderClassName
{
color: #BCFC85;
}
.AnyTagClassName
{
color: #BCFC85;
}
</style>
background-color css
<style>
a { background-color: #BCFC85; }
a { background-color: rgb(188,252,133); }
div.DivClassName
{
background-color: #BCFC85;
}
.BgClassName
{
background-color: #BCFC85;
}
</style>
border-color css
<style>
span { border-color: #BCFC85; }
span { border-color: rgb(188,252,133); }
td.TdClassName
{
border-color: #BCFC85;
}
.TagClassName
{
border-color: #BCFC85;
}
</style>