Shades of Sulu #BCF981
Tints of Sulu #BCF981
RGB
CMYK
RGB Variations
Color information
#BCF981 (or 0xBCF981) is known color: Sulu. HEX triplet: BC, F9 and 81. RGB value is (188,249,129). Sum of RGB (Red+Green+Blue) = 188+249+129=566 (74% of max value = 765). Red value is 188 (73.83% from 255 or 33.22% from 566); Green value is 249 (97.66% from 255 or 43.99% from 566); Blue value is 129 (50.78% from 255 or 22.79% from 566); Max value from RGB is 249 - color contains mainly: green. Hex color #BCF981 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BCF981 is #43067E. Grayscale: #D9D9D9. Windows color (decimal): -4392575 or 8518076. OLE color: 8518076.
HSL color Cylindrical-coordinate representation of color #BCF981: hue angle of 90.5º degrees, saturation: 0.91, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #BCF981 is Cyan = 0.24, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 188 | 249 | 129 | - |
| CMYK | 0.24 | 0 | 0.48 | 0.02 |
| HSL | 90.5º | 0.91% | 0.74% | - |
| HSV(B) | 90.5º | 0.48% | 0.98% | - |
| XYZ | 58.58 | 80.03 | 33.13 | - |
| YUV | 217.08 | 78.29 | 107.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 249 | 129 | 0.24 | 0 | 0.48 | 0.02 | 90.5 | 0.91 | 0.74 |
| Hex | BC | F9 | 81 | 18 | 0 | 30 | 2 | 5A | 5B | 4A |
| Octal | 274 | 371 | 201 | 30 | 0 | 60 | 2 | 132 | 133 | 112 |
| Binary | 10111100 | 11111001 | 10000001 | 11000 | 0 | 110000 | 10 | 1011010 | 1011011 | 1001010 |
Color Harmonies of #BCF981
Complementary color
Monochromatic Colors of #BCF981
Black with #BCF981
Text Example
Text Example
White with #BCF981
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCF981; }
p { color: rgb(188,249,129); }
H1.HeaderClassName
{
color: #BCF981;
}
.AnyTagClassName
{
color: #BCF981;
}
</style>
background-color css
<style>
a { background-color: #BCF981; }
a { background-color: rgb(188,249,129); }
div.DivClassName
{
background-color: #BCF981;
}
.BgClassName
{
background-color: #BCF981;
}
</style>
border-color css
<style>
span { border-color: #BCF981; }
span { border-color: rgb(188,249,129); }
td.TdClassName
{
border-color: #BCF981;
}
.TagClassName
{
border-color: #BCF981;
}
</style>