Shades of Sulu #BCF389
Tints of Sulu #BCF389
RGB
CMYK
RGB Variations
Color information
#BCF389 (or 0xBCF389) is known color: Sulu. HEX triplet: BC, F3 and 89. RGB value is (188,243,137). Sum of RGB (Red+Green+Blue) = 188+243+137=568 (75% of max value = 765). Red value is 188 (73.83% from 255 or 33.10% from 568); Green value is 243 (95.31% from 255 or 42.78% from 568); Blue value is 137 (53.91% from 255 or 24.12% from 568); Max value from RGB is 243 - color contains mainly: green. Hex color #BCF389 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BCF389 is #430C76. Grayscale: #D6D6D6. Windows color (decimal): -4394103 or 9040828. OLE color: 9040828.
HSL color Cylindrical-coordinate representation of color #BCF389: hue angle of 91.13º degrees, saturation: 0.82, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #BCF389 is Cyan = 0.23, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 188 | 243 | 137 | - |
| CMYK | 0.23 | 0 | 0.44 | 0.05 |
| HSL | 91.13º | 0.82% | 0.75% | - |
| HSV(B) | 91.13º | 0.44% | 0.95% | - |
| XYZ | 57.3 | 76.6 | 35.43 | - |
| YUV | 214.47 | 84.28 | 109.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 243 | 137 | 0.23 | 0 | 0.44 | 0.05 | 91.13 | 0.82 | 0.75 |
| Hex | BC | F3 | 89 | 17 | 0 | 2C | 5 | 5B | 52 | 4B |
| Octal | 274 | 363 | 211 | 27 | 0 | 54 | 5 | 133 | 122 | 113 |
| Binary | 10111100 | 11110011 | 10001001 | 10111 | 0 | 101100 | 101 | 1011011 | 1010010 | 1001011 |
Color Harmonies of #BCF389
Complementary color
Monochromatic Colors of #BCF389
Black with #BCF389
Text Example
Text Example
White with #BCF389
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCF389; }
p { color: rgb(188,243,137); }
H1.HeaderClassName
{
color: #BCF389;
}
.AnyTagClassName
{
color: #BCF389;
}
</style>
background-color css
<style>
a { background-color: #BCF389; }
a { background-color: rgb(188,243,137); }
div.DivClassName
{
background-color: #BCF389;
}
.BgClassName
{
background-color: #BCF389;
}
</style>
border-color css
<style>
span { border-color: #BCF389; }
span { border-color: rgb(188,243,137); }
td.TdClassName
{
border-color: #BCF389;
}
.TagClassName
{
border-color: #BCF389;
}
</style>