Shades of Sulu #BCF280
Tints of Sulu #BCF280
RGB
CMYK
RGB Variations
Color information
#BCF280 (or 0xBCF280) is known color: Sulu. HEX triplet: BC, F2 and 80. RGB value is (188,242,128). Sum of RGB (Red+Green+Blue) = 188+242+128=558 (73% of max value = 765). Red value is 188 (73.83% from 255 or 33.69% from 558); Green value is 242 (94.92% from 255 or 43.37% from 558); Blue value is 128 (50.39% from 255 or 22.94% from 558); Max value from RGB is 242 - color contains mainly: green. Hex color #BCF280 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BCF280 is #430D7F. Grayscale: #D5D5D5. Windows color (decimal): -4394368 or 8450748. OLE color: 8450748.
HSL color Cylindrical-coordinate representation of color #BCF280: hue angle of 88.42º degrees, saturation: 0.81, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #BCF280 is Cyan = 0.22, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 188 | 242 | 128 | - |
| CMYK | 0.22 | 0 | 0.47 | 0.05 |
| HSL | 88.42º | 0.81% | 0.73% | - |
| HSV(B) | 88.42º | 0.47% | 0.95% | - |
| XYZ | 56.39 | 75.75 | 32.07 | - |
| YUV | 212.86 | 80.11 | 110.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 242 | 128 | 0.22 | 0 | 0.47 | 0.05 | 88.42 | 0.81 | 0.73 |
| Hex | BC | F2 | 80 | 16 | 0 | 2F | 5 | 58 | 51 | 49 |
| Octal | 274 | 362 | 200 | 26 | 0 | 57 | 5 | 130 | 121 | 111 |
| Binary | 10111100 | 11110010 | 10000000 | 10110 | 0 | 101111 | 101 | 1011000 | 1010001 | 1001001 |
Color Harmonies of #BCF280
Complementary color
Monochromatic Colors of #BCF280
Black with #BCF280
Text Example
Text Example
White with #BCF280
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCF280; }
p { color: rgb(188,242,128); }
H1.HeaderClassName
{
color: #BCF280;
}
.AnyTagClassName
{
color: #BCF280;
}
</style>
background-color css
<style>
a { background-color: #BCF280; }
a { background-color: rgb(188,242,128); }
div.DivClassName
{
background-color: #BCF280;
}
.BgClassName
{
background-color: #BCF280;
}
</style>
border-color css
<style>
span { border-color: #BCF280; }
span { border-color: rgb(188,242,128); }
td.TdClassName
{
border-color: #BCF280;
}
.TagClassName
{
border-color: #BCF280;
}
</style>