Shades of Sulu #BCF284
Tints of Sulu #BCF284
RGB
CMYK
RGB Variations
Color information
#BCF284 (or 0xBCF284) is known color: Sulu. HEX triplet: BC, F2 and 84. RGB value is (188,242,132). Sum of RGB (Red+Green+Blue) = 188+242+132=562 (74% of max value = 765). Red value is 188 (73.83% from 255 or 33.45% from 562); Green value is 242 (94.92% from 255 or 43.06% from 562); Blue value is 132 (51.95% from 255 or 23.49% from 562); Max value from RGB is 242 - color contains mainly: green. Hex color #BCF284 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BCF284 is #430D7B. Grayscale: #D5D5D5. Windows color (decimal): -4394364 or 8712892. OLE color: 8712892.
HSL color Cylindrical-coordinate representation of color #BCF284: hue angle of 89.45º degrees, saturation: 0.81, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #BCF284 is Cyan = 0.22, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 188 | 242 | 132 | - |
| CMYK | 0.22 | 0 | 0.45 | 0.05 |
| HSL | 89.45º | 0.81% | 0.73% | - |
| HSV(B) | 89.45º | 0.45% | 0.95% | - |
| XYZ | 56.66 | 75.86 | 33.49 | - |
| YUV | 213.31 | 82.11 | 109.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 242 | 132 | 0.22 | 0 | 0.45 | 0.05 | 89.45 | 0.81 | 0.73 |
| Hex | BC | F2 | 84 | 16 | 0 | 2D | 5 | 59 | 51 | 49 |
| Octal | 274 | 362 | 204 | 26 | 0 | 55 | 5 | 131 | 121 | 111 |
| Binary | 10111100 | 11110010 | 10000100 | 10110 | 0 | 101101 | 101 | 1011001 | 1010001 | 1001001 |
Color Harmonies of #BCF284
Complementary color
Monochromatic Colors of #BCF284
Black with #BCF284
Text Example
Text Example
White with #BCF284
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCF284; }
p { color: rgb(188,242,132); }
H1.HeaderClassName
{
color: #BCF284;
}
.AnyTagClassName
{
color: #BCF284;
}
</style>
background-color css
<style>
a { background-color: #BCF284; }
a { background-color: rgb(188,242,132); }
div.DivClassName
{
background-color: #BCF284;
}
.BgClassName
{
background-color: #BCF284;
}
</style>
border-color css
<style>
span { border-color: #BCF284; }
span { border-color: rgb(188,242,132); }
td.TdClassName
{
border-color: #BCF284;
}
.TagClassName
{
border-color: #BCF284;
}
</style>