Shades of Sulu #BCF98B
Tints of Sulu #BCF98B
RGB
CMYK
RGB Variations
Color information
#BCF98B (or 0xBCF98B) is known color: Sulu. HEX triplet: BC, F9 and 8B. RGB value is (188,249,139). Sum of RGB (Red+Green+Blue) = 188+249+139=576 (76% of max value = 765). Red value is 188 (73.83% from 255 or 32.64% from 576); Green value is 249 (97.66% from 255 or 43.23% from 576); Blue value is 139 (54.69% from 255 or 24.13% from 576); Max value from RGB is 249 - color contains mainly: green. Hex color #BCF98B is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BCF98B is #430674. Grayscale: #DADADA. Windows color (decimal): -4392565 or 9173436. OLE color: 9173436.
HSL color Cylindrical-coordinate representation of color #BCF98B: hue angle of 93.27º degrees, saturation: 0.9, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #BCF98B is Cyan = 0.24, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 188 | 249 | 139 | - |
| CMYK | 0.24 | 0 | 0.44 | 0.02 |
| HSL | 93.27º | 0.9% | 0.76% | - |
| HSV(B) | 93.27º | 0.44% | 0.98% | - |
| XYZ | 59.27 | 80.31 | 36.8 | - |
| YUV | 218.22 | 83.29 | 106.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 249 | 139 | 0.24 | 0 | 0.44 | 0.02 | 93.27 | 0.9 | 0.76 |
| Hex | BC | F9 | 8B | 18 | 0 | 2C | 2 | 5D | 5A | 4C |
| Octal | 274 | 371 | 213 | 30 | 0 | 54 | 2 | 135 | 132 | 114 |
| Binary | 10111100 | 11111001 | 10001011 | 11000 | 0 | 101100 | 10 | 1011101 | 1011010 | 1001100 |
Color Harmonies of #BCF98B
Complementary color
Monochromatic Colors of #BCF98B
Black with #BCF98B
Text Example
Text Example
White with #BCF98B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCF98B; }
p { color: rgb(188,249,139); }
H1.HeaderClassName
{
color: #BCF98B;
}
.AnyTagClassName
{
color: #BCF98B;
}
</style>
background-color css
<style>
a { background-color: #BCF98B; }
a { background-color: rgb(188,249,139); }
div.DivClassName
{
background-color: #BCF98B;
}
.BgClassName
{
background-color: #BCF98B;
}
</style>
border-color css
<style>
span { border-color: #BCF98B; }
span { border-color: rgb(188,249,139); }
td.TdClassName
{
border-color: #BCF98B;
}
.TagClassName
{
border-color: #BCF98B;
}
</style>