Shades of Sulu #BCF189
Tints of Sulu #BCF189
RGB
CMYK
RGB Variations
Color information
#BCF189 (or 0xBCF189) is known color: Sulu. HEX triplet: BC, F1 and 89. RGB value is (188,241,137). Sum of RGB (Red+Green+Blue) = 188+241+137=566 (74% of max value = 765). Red value is 188 (73.83% from 255 or 33.22% from 566); Green value is 241 (94.53% from 255 or 42.58% from 566); Blue value is 137 (53.91% from 255 or 24.20% from 566); Max value from RGB is 241 - color contains mainly: green. Hex color #BCF189 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BCF189 is #430E76. Grayscale: #D5D5D5. Windows color (decimal): -4394615 or 9040316. OLE color: 9040316.
HSL color Cylindrical-coordinate representation of color #BCF189: hue angle of 90.58º degrees, saturation: 0.79, 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 #BCF189 is Cyan = 0.22, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 188 | 241 | 137 | - |
| CMYK | 0.22 | 0 | 0.43 | 0.05 |
| HSL | 90.58º | 0.79% | 0.74% | - |
| HSV(B) | 90.58º | 0.43% | 0.95% | - |
| XYZ | 56.71 | 75.41 | 35.23 | - |
| YUV | 213.3 | 84.94 | 109.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 241 | 137 | 0.22 | 0 | 0.43 | 0.05 | 90.58 | 0.79 | 0.74 |
| Hex | BC | F1 | 89 | 16 | 0 | 2B | 5 | 5B | 4F | 4A |
| Octal | 274 | 361 | 211 | 26 | 0 | 53 | 5 | 133 | 117 | 112 |
| Binary | 10111100 | 11110001 | 10001001 | 10110 | 0 | 101011 | 101 | 1011011 | 1001111 | 1001010 |
Color Harmonies of #BCF189
Complementary color
Monochromatic Colors of #BCF189
Black with #BCF189
Text Example
Text Example
White with #BCF189
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCF189; }
p { color: rgb(188,241,137); }
H1.HeaderClassName
{
color: #BCF189;
}
.AnyTagClassName
{
color: #BCF189;
}
</style>
background-color css
<style>
a { background-color: #BCF189; }
a { background-color: rgb(188,241,137); }
div.DivClassName
{
background-color: #BCF189;
}
.BgClassName
{
background-color: #BCF189;
}
</style>
border-color css
<style>
span { border-color: #BCF189; }
span { border-color: rgb(188,241,137); }
td.TdClassName
{
border-color: #BCF189;
}
.TagClassName
{
border-color: #BCF189;
}
</style>