Shades of Sulu #BCDF90
Tints of Sulu #BCDF90
RGB
CMYK
RGB Variations
Color information
#BCDF90 (or 0xBCDF90) is known color: Sulu. HEX triplet: BC, DF and 90. RGB value is (188,223,144). Sum of RGB (Red+Green+Blue) = 188+223+144=555 (73% of max value = 765). Red value is 188 (73.83% from 255 or 33.87% from 555); Green value is 223 (87.5% from 255 or 40.18% from 555); Blue value is 144 (56.64% from 255 or 25.95% from 555); Max value from RGB is 223 - color contains mainly: green. Hex color #BCDF90 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCDF90 is #43206F. Grayscale: #CBCBCB. Windows color (decimal): -4399216 or 9494460. OLE color: 9494460.
HSL color Cylindrical-coordinate representation of color #BCDF90: hue angle of 86.58º degrees, saturation: 0.55, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #BCDF90 is Cyan = 0.16, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 188 | 223 | 144 | - |
| CMYK | 0.16 | 0 | 0.35 | 0.13 |
| HSL | 86.58º | 0.55% | 0.72% | - |
| HSV(B) | 86.58º | 0.35% | 0.87% | - |
| XYZ | 52.16 | 65.48 | 36.28 | - |
| YUV | 203.53 | 94.4 | 116.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 223 | 144 | 0.16 | 0 | 0.35 | 0.13 | 86.58 | 0.55 | 0.72 |
| Hex | BC | DF | 90 | 10 | 0 | 23 | D | 57 | 37 | 48 |
| Octal | 274 | 337 | 220 | 20 | 0 | 43 | 15 | 127 | 67 | 110 |
| Binary | 10111100 | 11011111 | 10010000 | 10000 | 0 | 100011 | 1101 | 1010111 | 110111 | 1001000 |
Color Harmonies of #BCDF90
Complementary color
Monochromatic Colors of #BCDF90
Black with #BCDF90
Text Example
Text Example
White with #BCDF90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCDF90; }
p { color: rgb(188,223,144); }
H1.HeaderClassName
{
color: #BCDF90;
}
.AnyTagClassName
{
color: #BCDF90;
}
</style>
background-color css
<style>
a { background-color: #BCDF90; }
a { background-color: rgb(188,223,144); }
div.DivClassName
{
background-color: #BCDF90;
}
.BgClassName
{
background-color: #BCDF90;
}
</style>
border-color css
<style>
span { border-color: #BCDF90; }
span { border-color: rgb(188,223,144); }
td.TdClassName
{
border-color: #BCDF90;
}
.TagClassName
{
border-color: #BCDF90;
}
</style>