Shades of Sulu #BCF080
Tints of Sulu #BCF080
RGB
CMYK
RGB Variations
Color information
#BCF080 (or 0xBCF080) is known color: Sulu. HEX triplet: BC, F0 and 80. RGB value is (188,240,128). Sum of RGB (Red+Green+Blue) = 188+240+128=556 (73% of max value = 765). Red value is 188 (73.83% from 255 or 33.81% from 556); Green value is 240 (94.14% from 255 or 43.17% from 556); Blue value is 128 (50.39% from 255 or 23.02% from 556); Max value from RGB is 240 - color contains mainly: green. Hex color #BCF080 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BCF080 is #430F7F. Grayscale: #D4D4D4. Windows color (decimal): -4394880 or 8450236. OLE color: 8450236.
HSL color Cylindrical-coordinate representation of color #BCF080: hue angle of 87.86º degrees, saturation: 0.79, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #BCF080 is Cyan = 0.22, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 188 | 240 | 128 | - |
| CMYK | 0.22 | 0 | 0.47 | 0.06 |
| HSL | 87.86º | 0.79% | 0.72% | - |
| HSV(B) | 87.86º | 0.47% | 0.94% | - |
| XYZ | 55.8 | 74.57 | 31.87 | - |
| YUV | 211.68 | 80.77 | 111.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 240 | 128 | 0.22 | 0 | 0.47 | 0.06 | 87.86 | 0.79 | 0.72 |
| Hex | BC | F0 | 80 | 16 | 0 | 2F | 6 | 58 | 4F | 48 |
| Octal | 274 | 360 | 200 | 26 | 0 | 57 | 6 | 130 | 117 | 110 |
| Binary | 10111100 | 11110000 | 10000000 | 10110 | 0 | 101111 | 110 | 1011000 | 1001111 | 1001000 |
Color Harmonies of #BCF080
Complementary color
Monochromatic Colors of #BCF080
Black with #BCF080
Text Example
Text Example
White with #BCF080
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCF080; }
p { color: rgb(188,240,128); }
H1.HeaderClassName
{
color: #BCF080;
}
.AnyTagClassName
{
color: #BCF080;
}
</style>
background-color css
<style>
a { background-color: #BCF080; }
a { background-color: rgb(188,240,128); }
div.DivClassName
{
background-color: #BCF080;
}
.BgClassName
{
background-color: #BCF080;
}
</style>
border-color css
<style>
span { border-color: #BCF080; }
span { border-color: rgb(188,240,128); }
td.TdClassName
{
border-color: #BCF080;
}
.TagClassName
{
border-color: #BCF080;
}
</style>