Shades of Sulu #BCFF85
Tints of Sulu #BCFF85
RGB
CMYK
RGB Variations
Color information
#BCFF85 (or 0xBCFF85) is known color: Sulu. HEX triplet: BC, FF and 85. RGB value is (188,255,133). Sum of RGB (Red+Green+Blue) = 188+255+133=576 (76% of max value = 765). Red value is 188 (73.83% from 255 or 32.64% from 576); Green value is 255 (100% from 255 or 44.27% from 576); Blue value is 133 (52.34% from 255 or 23.09% from 576); Max value from RGB is 255 - color contains mainly: green. Hex color #BCFF85 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BCFF85 is #43007A. Grayscale: #DDDDDD. Windows color (decimal): -4391035 or 8781756. OLE color: 8781756.
HSL color Cylindrical-coordinate representation of color #BCFF85: hue angle of 92.95º degrees, saturation: 1, lightness: 0.76%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #BCFF85 is Cyan = 0.26, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.
Color convert
| RGB | 188 | 255 | 133 | - |
| CMYK | 0.26 | 0 | 0.48 | 0 |
| HSL | 92.95º | 1% | 0.76% | - |
| HSV(B) | 92.95º | 0.48% | 1% | - |
| XYZ | 60.73 | 83.9 | 35.18 | - |
| YUV | 221.06 | 78.3 | 104.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 255 | 133 | 0.26 | 0 | 0.48 | 0 | 92.95 | 1 | 0.76 |
| Hex | BC | FF | 85 | 1A | 0 | 30 | 0 | 5D | 64 | 4C |
| Octal | 274 | 377 | 205 | 32 | 0 | 60 | 0 | 135 | 144 | 114 |
| Binary | 10111100 | 11111111 | 10000101 | 11010 | 0 | 110000 | 0 | 1011101 | 1100100 | 1001100 |
Color Harmonies of #BCFF85
Complementary color
Monochromatic Colors of #BCFF85
Black with #BCFF85
Text Example
Text Example
White with #BCFF85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCFF85; }
p { color: rgb(188,255,133); }
H1.HeaderClassName
{
color: #BCFF85;
}
.AnyTagClassName
{
color: #BCFF85;
}
</style>
background-color css
<style>
a { background-color: #BCFF85; }
a { background-color: rgb(188,255,133); }
div.DivClassName
{
background-color: #BCFF85;
}
.BgClassName
{
background-color: #BCFF85;
}
</style>
border-color css
<style>
span { border-color: #BCFF85; }
span { border-color: rgb(188,255,133); }
td.TdClassName
{
border-color: #BCFF85;
}
.TagClassName
{
border-color: #BCFF85;
}
</style>