Shades of Sulu #BCFA8B
Tints of Sulu #BCFA8B
RGB
CMYK
RGB Variations
Color information
#BCFA8B (or 0xBCFA8B) is known color: Sulu. HEX triplet: BC, FA and 8B. RGB value is (188,250,139). Sum of RGB (Red+Green+Blue) = 188+250+139=577 (76% of max value = 765). Red value is 188 (73.83% from 255 or 32.58% from 577); Green value is 250 (98.05% from 255 or 43.33% from 577); Blue value is 139 (54.69% from 255 or 24.09% from 577); Max value from RGB is 250 - color contains mainly: green. Hex color #BCFA8B is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BCFA8B is #430574. Grayscale: #DBDBDB. Windows color (decimal): -4392309 or 9173692. OLE color: 9173692.
HSL color Cylindrical-coordinate representation of color #BCFA8B: hue angle of 93.51º degrees, saturation: 0.92, 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 #BCFA8B is Cyan = 0.25, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 188 | 250 | 139 | - |
| CMYK | 0.25 | 0 | 0.44 | 0.02 |
| HSL | 93.51º | 0.92% | 0.76% | - |
| HSV(B) | 93.51º | 0.44% | 0.98% | - |
| XYZ | 59.58 | 80.93 | 36.91 | - |
| YUV | 218.81 | 82.96 | 106.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 250 | 139 | 0.25 | 0 | 0.44 | 0.02 | 93.51 | 0.92 | 0.76 |
| Hex | BC | FA | 8B | 19 | 0 | 2C | 2 | 5E | 5C | 4C |
| Octal | 274 | 372 | 213 | 31 | 0 | 54 | 2 | 136 | 134 | 114 |
| Binary | 10111100 | 11111010 | 10001011 | 11001 | 0 | 101100 | 10 | 1011110 | 1011100 | 1001100 |
Color Harmonies of #BCFA8B
Complementary color
Monochromatic Colors of #BCFA8B
Black with #BCFA8B
Text Example
Text Example
White with #BCFA8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCFA8B; }
p { color: rgb(188,250,139); }
H1.HeaderClassName
{
color: #BCFA8B;
}
.AnyTagClassName
{
color: #BCFA8B;
}
</style>
background-color css
<style>
a { background-color: #BCFA8B; }
a { background-color: rgb(188,250,139); }
div.DivClassName
{
background-color: #BCFA8B;
}
.BgClassName
{
background-color: #BCFA8B;
}
</style>
border-color css
<style>
span { border-color: #BCFA8B; }
span { border-color: rgb(188,250,139); }
td.TdClassName
{
border-color: #BCFA8B;
}
.TagClassName
{
border-color: #BCFA8B;
}
</style>