Shades of Sulu #BCFF82
Tints of Sulu #BCFF82
RGB
CMYK
RGB Variations
Color information
#BCFF82 (or 0xBCFF82) is known color: Sulu. HEX triplet: BC, FF and 82. RGB value is (188,255,130). Sum of RGB (Red+Green+Blue) = 188+255+130=573 (75% of max value = 765). Red value is 188 (73.83% from 255 or 32.81% from 573); Green value is 255 (100% from 255 or 44.50% from 573); Blue value is 130 (51.17% from 255 or 22.69% from 573); Max value from RGB is 255 - color contains mainly: green. Hex color #BCFF82 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BCFF82 is #43007D. Grayscale: #DDDDDD. Windows color (decimal): -4391038 or 8585148. OLE color: 8585148.
HSL color Cylindrical-coordinate representation of color #BCFF82: hue angle of 92.16º degrees, saturation: 1, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #BCFF82 is Cyan = 0.26, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.
Color convert
| RGB | 188 | 255 | 130 | - |
| CMYK | 0.26 | 0 | 0.49 | 0 |
| HSL | 92.16º | 1% | 0.75% | - |
| HSV(B) | 92.16º | 0.49% | 1% | - |
| XYZ | 60.53 | 83.82 | 34.11 | - |
| YUV | 220.72 | 76.8 | 104.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 255 | 130 | 0.26 | 0 | 0.49 | 0 | 92.16 | 1 | 0.75 |
| Hex | BC | FF | 82 | 1A | 0 | 31 | 0 | 5C | 64 | 4B |
| Octal | 274 | 377 | 202 | 32 | 0 | 61 | 0 | 134 | 144 | 113 |
| Binary | 10111100 | 11111111 | 10000010 | 11010 | 0 | 110001 | 0 | 1011100 | 1100100 | 1001011 |
Color Harmonies of #BCFF82
Complementary color
Monochromatic Colors of #BCFF82
Black with #BCFF82
Text Example
Text Example
White with #BCFF82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCFF82; }
p { color: rgb(188,255,130); }
H1.HeaderClassName
{
color: #BCFF82;
}
.AnyTagClassName
{
color: #BCFF82;
}
</style>
background-color css
<style>
a { background-color: #BCFF82; }
a { background-color: rgb(188,255,130); }
div.DivClassName
{
background-color: #BCFF82;
}
.BgClassName
{
background-color: #BCFF82;
}
</style>
border-color css
<style>
span { border-color: #BCFF82; }
span { border-color: rgb(188,255,130); }
td.TdClassName
{
border-color: #BCFF82;
}
.TagClassName
{
border-color: #BCFF82;
}
</style>