Shades of Sulu #BCD987
Tints of Sulu #BCD987
RGB
CMYK
RGB Variations
Color information
#BCD987 (or 0xBCD987) is known color: Sulu. HEX triplet: BC, D9 and 87. RGB value is (188,217,135). Sum of RGB (Red+Green+Blue) = 188+217+135=540 (71% of max value = 765). Red value is 188 (73.83% from 255 or 34.81% from 540); Green value is 217 (85.16% from 255 or 40.19% from 540); Blue value is 135 (53.12% from 255 or 25% from 540); Max value from RGB is 217 - color contains mainly: green. Hex color #BCD987 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCD987 is #432678. Grayscale: #C7C7C7. Windows color (decimal): -4400761 or 8903100. OLE color: 8903100.
HSL color Cylindrical-coordinate representation of color #BCD987: hue angle of 81.22º degrees, saturation: 0.52, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #BCD987 is Cyan = 0.13, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 188 | 217 | 135 | - |
| CMYK | 0.13 | 0 | 0.38 | 0.15 |
| HSL | 81.22º | 0.52% | 0.69% | - |
| HSV(B) | 81.22º | 0.38% | 0.85% | - |
| XYZ | 49.93 | 62.07 | 32.27 | - |
| YUV | 198.98 | 91.89 | 120.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 217 | 135 | 0.13 | 0 | 0.38 | 0.15 | 81.22 | 0.52 | 0.69 |
| Hex | BC | D9 | 87 | D | 0 | 26 | F | 51 | 34 | 45 |
| Octal | 274 | 331 | 207 | 15 | 0 | 46 | 17 | 121 | 64 | 105 |
| Binary | 10111100 | 11011001 | 10000111 | 1101 | 0 | 100110 | 1111 | 1010001 | 110100 | 1000101 |
Color Harmonies of #BCD987
Complementary color
Monochromatic Colors of #BCD987
Black with #BCD987
Text Example
Text Example
White with #BCD987
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCD987; }
p { color: rgb(188,217,135); }
H1.HeaderClassName
{
color: #BCD987;
}
.AnyTagClassName
{
color: #BCD987;
}
</style>
background-color css
<style>
a { background-color: #BCD987; }
a { background-color: rgb(188,217,135); }
div.DivClassName
{
background-color: #BCD987;
}
.BgClassName
{
background-color: #BCD987;
}
</style>
border-color css
<style>
span { border-color: #BCD987; }
span { border-color: rgb(188,217,135); }
td.TdClassName
{
border-color: #BCD987;
}
.TagClassName
{
border-color: #BCD987;
}
</style>