Shades of Sulu #BCFB90
Tints of Sulu #BCFB90
RGB
CMYK
RGB Variations
Color information
#BCFB90 (or 0xBCFB90) is known color: Sulu. HEX triplet: BC, FB and 90. RGB value is (188,251,144). Sum of RGB (Red+Green+Blue) = 188+251+144=583 (77% of max value = 765). Red value is 188 (73.83% from 255 or 32.25% from 583); Green value is 251 (98.44% from 255 or 43.05% from 583); Blue value is 144 (56.64% from 255 or 24.70% from 583); Max value from RGB is 251 - color contains mainly: green. Hex color #BCFB90 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BCFB90 is #43046F. Grayscale: #DCDCDC. Windows color (decimal): -4392048 or 9501628. OLE color: 9501628.
HSL color Cylindrical-coordinate representation of color #BCFB90: hue angle of 95.33º degrees, saturation: 0.93, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #BCFB90 is Cyan = 0.25, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 188 | 251 | 144 | - |
| CMYK | 0.25 | 0 | 0.43 | 0.02 |
| HSL | 95.33º | 0.93% | 0.77% | - |
| HSV(B) | 95.33º | 0.43% | 0.98% | - |
| XYZ | 60.27 | 81.7 | 38.98 | - |
| YUV | 219.97 | 85.13 | 105.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 251 | 144 | 0.25 | 0 | 0.43 | 0.02 | 95.33 | 0.93 | 0.77 |
| Hex | BC | FB | 90 | 19 | 0 | 2B | 2 | 5F | 5D | 4D |
| Octal | 274 | 373 | 220 | 31 | 0 | 53 | 2 | 137 | 135 | 115 |
| Binary | 10111100 | 11111011 | 10010000 | 11001 | 0 | 101011 | 10 | 1011111 | 1011101 | 1001101 |
Color Harmonies of #BCFB90
Complementary color
Monochromatic Colors of #BCFB90
Black with #BCFB90
Text Example
Text Example
White with #BCFB90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCFB90; }
p { color: rgb(188,251,144); }
H1.HeaderClassName
{
color: #BCFB90;
}
.AnyTagClassName
{
color: #BCFB90;
}
</style>
background-color css
<style>
a { background-color: #BCFB90; }
a { background-color: rgb(188,251,144); }
div.DivClassName
{
background-color: #BCFB90;
}
.BgClassName
{
background-color: #BCFB90;
}
</style>
border-color css
<style>
span { border-color: #BCFB90; }
span { border-color: rgb(188,251,144); }
td.TdClassName
{
border-color: #BCFB90;
}
.TagClassName
{
border-color: #BCFB90;
}
</style>