Shades of Sulu #BCFD90
Tints of Sulu #BCFD90
RGB
CMYK
RGB Variations
Color information
#BCFD90 (or 0xBCFD90) is known color: Sulu. HEX triplet: BC, FD and 90. RGB value is (188,253,144). Sum of RGB (Red+Green+Blue) = 188+253+144=585 (77% of max value = 765). Red value is 188 (73.83% from 255 or 32.14% from 585); Green value is 253 (99.22% from 255 or 43.25% from 585); Blue value is 144 (56.64% from 255 or 24.62% from 585); Max value from RGB is 253 - color contains mainly: green. Hex color #BCFD90 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BCFD90 is #43026F. Grayscale: #DDDDDD. Windows color (decimal): -4391536 or 9502140. OLE color: 9502140.
HSL color Cylindrical-coordinate representation of color #BCFD90: hue angle of 95.78º degrees, saturation: 0.96, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #BCFD90 is Cyan = 0.26, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 188 | 253 | 144 | - |
| CMYK | 0.26 | 0 | 0.43 | 0.01 |
| HSL | 95.78º | 0.96% | 0.78% | - |
| HSV(B) | 95.78º | 0.43% | 0.99% | - |
| XYZ | 60.9 | 82.96 | 39.19 | - |
| YUV | 221.14 | 84.47 | 104.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 253 | 144 | 0.26 | 0 | 0.43 | 0.01 | 95.78 | 0.96 | 0.78 |
| Hex | BC | FD | 90 | 1A | 0 | 2B | 1 | 60 | 60 | 4E |
| Octal | 274 | 375 | 220 | 32 | 0 | 53 | 1 | 140 | 140 | 116 |
| Binary | 10111100 | 11111101 | 10010000 | 11010 | 0 | 101011 | 1 | 1100000 | 1100000 | 1001110 |
Color Harmonies of #BCFD90
Complementary color
Monochromatic Colors of #BCFD90
Black with #BCFD90
Text Example
Text Example
White with #BCFD90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCFD90; }
p { color: rgb(188,253,144); }
H1.HeaderClassName
{
color: #BCFD90;
}
.AnyTagClassName
{
color: #BCFD90;
}
</style>
background-color css
<style>
a { background-color: #BCFD90; }
a { background-color: rgb(188,253,144); }
div.DivClassName
{
background-color: #BCFD90;
}
.BgClassName
{
background-color: #BCFD90;
}
</style>
border-color css
<style>
span { border-color: #BCFD90; }
span { border-color: rgb(188,253,144); }
td.TdClassName
{
border-color: #BCFD90;
}
.TagClassName
{
border-color: #BCFD90;
}
</style>