Shades of Sulu #BCF289
Tints of Sulu #BCF289
RGB
CMYK
RGB Variations
Color information
#BCF289 (or 0xBCF289) is known color: Sulu. HEX triplet: BC, F2 and 89. RGB value is (188,242,137). Sum of RGB (Red+Green+Blue) = 188+242+137=567 (75% of max value = 765). Red value is 188 (73.83% from 255 or 33.16% from 567); Green value is 242 (94.92% from 255 or 42.68% from 567); Blue value is 137 (53.91% from 255 or 24.16% from 567); Max value from RGB is 242 - color contains mainly: green. Hex color #BCF289 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BCF289 is #430D76. Grayscale: #D6D6D6. Windows color (decimal): -4394359 or 9040572. OLE color: 9040572.
HSL color Cylindrical-coordinate representation of color #BCF289: hue angle of 90.86º degrees, saturation: 0.8, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #BCF289 is Cyan = 0.22, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 188 | 242 | 137 | - |
| CMYK | 0.22 | 0 | 0.43 | 0.05 |
| HSL | 90.86º | 0.8% | 0.74% | - |
| HSV(B) | 90.86º | 0.43% | 0.95% | - |
| XYZ | 57.01 | 76 | 35.33 | - |
| YUV | 213.88 | 84.61 | 109.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 242 | 137 | 0.22 | 0 | 0.43 | 0.05 | 90.86 | 0.8 | 0.74 |
| Hex | BC | F2 | 89 | 16 | 0 | 2B | 5 | 5B | 50 | 4A |
| Octal | 274 | 362 | 211 | 26 | 0 | 53 | 5 | 133 | 120 | 112 |
| Binary | 10111100 | 11110010 | 10001001 | 10110 | 0 | 101011 | 101 | 1011011 | 1010000 | 1001010 |
Color Harmonies of #BCF289
Complementary color
Monochromatic Colors of #BCF289
Black with #BCF289
Text Example
Text Example
White with #BCF289
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCF289; }
p { color: rgb(188,242,137); }
H1.HeaderClassName
{
color: #BCF289;
}
.AnyTagClassName
{
color: #BCF289;
}
</style>
background-color css
<style>
a { background-color: #BCF289; }
a { background-color: rgb(188,242,137); }
div.DivClassName
{
background-color: #BCF289;
}
.BgClassName
{
background-color: #BCF289;
}
</style>
border-color css
<style>
span { border-color: #BCF289; }
span { border-color: rgb(188,242,137); }
td.TdClassName
{
border-color: #BCF289;
}
.TagClassName
{
border-color: #BCF289;
}
</style>