Shades of Sulu #BCDF86
Tints of Sulu #BCDF86
RGB
CMYK
RGB Variations
Color information
#BCDF86 (or 0xBCDF86) is known color: Sulu. HEX triplet: BC, DF and 86. RGB value is (188,223,134). Sum of RGB (Red+Green+Blue) = 188+223+134=545 (72% of max value = 765). Red value is 188 (73.83% from 255 or 34.50% from 545); Green value is 223 (87.5% from 255 or 40.92% from 545); Blue value is 134 (52.73% from 255 or 24.59% from 545); Max value from RGB is 223 - color contains mainly: green. Hex color #BCDF86 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCDF86 is #432079. Grayscale: #CACACA. Windows color (decimal): -4399226 or 8839100. OLE color: 8839100.
HSL color Cylindrical-coordinate representation of color #BCDF86: hue angle of 83.6º degrees, saturation: 0.58, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #BCDF86 is Cyan = 0.16, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 188 | 223 | 134 | - |
| CMYK | 0.16 | 0 | 0.40 | 0.13 |
| HSL | 83.6º | 0.58% | 0.7% | - |
| HSV(B) | 83.6º | 0.4% | 0.87% | - |
| XYZ | 51.43 | 65.19 | 32.43 | - |
| YUV | 202.39 | 89.4 | 117.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 223 | 134 | 0.16 | 0 | 0.40 | 0.13 | 83.6 | 0.58 | 0.7 |
| Hex | BC | DF | 86 | 10 | 0 | 28 | D | 54 | 3A | 46 |
| Octal | 274 | 337 | 206 | 20 | 0 | 50 | 15 | 124 | 72 | 106 |
| Binary | 10111100 | 11011111 | 10000110 | 10000 | 0 | 101000 | 1101 | 1010100 | 111010 | 1000110 |
Color Harmonies of #BCDF86
Complementary color
Monochromatic Colors of #BCDF86
Black with #BCDF86
Text Example
Text Example
White with #BCDF86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCDF86; }
p { color: rgb(188,223,134); }
H1.HeaderClassName
{
color: #BCDF86;
}
.AnyTagClassName
{
color: #BCDF86;
}
</style>
background-color css
<style>
a { background-color: #BCDF86; }
a { background-color: rgb(188,223,134); }
div.DivClassName
{
background-color: #BCDF86;
}
.BgClassName
{
background-color: #BCDF86;
}
</style>
border-color css
<style>
span { border-color: #BCDF86; }
span { border-color: rgb(188,223,134); }
td.TdClassName
{
border-color: #BCDF86;
}
.TagClassName
{
border-color: #BCDF86;
}
</style>