Shades of Sulu #BCD787
Tints of Sulu #BCD787
RGB
CMYK
RGB Variations
Color information
#BCD787 (or 0xBCD787) is known color: Sulu. HEX triplet: BC, D7 and 87. RGB value is (188,215,135). Sum of RGB (Red+Green+Blue) = 188+215+135=538 (71% of max value = 765). Red value is 188 (73.83% from 255 or 34.94% from 538); Green value is 215 (84.38% from 255 or 39.96% from 538); Blue value is 135 (53.12% from 255 or 25.09% from 538); Max value from RGB is 215 - color contains mainly: green. Hex color #BCD787 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCD787 is #432878. Grayscale: #C6C6C6. Windows color (decimal): -4401273 or 8902588. OLE color: 8902588.
HSL color Cylindrical-coordinate representation of color #BCD787: hue angle of 80.25º degrees, saturation: 0.5, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #BCD787 is Cyan = 0.13, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 188 | 215 | 135 | - |
| CMYK | 0.13 | 0 | 0.37 | 0.16 |
| HSL | 80.25º | 0.5% | 0.69% | - |
| HSV(B) | 80.25º | 0.37% | 0.84% | - |
| XYZ | 49.41 | 61.04 | 32.1 | - |
| YUV | 197.81 | 92.55 | 121 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 215 | 135 | 0.13 | 0 | 0.37 | 0.16 | 80.25 | 0.5 | 0.69 |
| Hex | BC | D7 | 87 | D | 0 | 25 | 10 | 50 | 32 | 45 |
| Octal | 274 | 327 | 207 | 15 | 0 | 45 | 20 | 120 | 62 | 105 |
| Binary | 10111100 | 11010111 | 10000111 | 1101 | 0 | 100101 | 10000 | 1010000 | 110010 | 1000101 |
Color Harmonies of #BCD787
Complementary color
Monochromatic Colors of #BCD787
Black with #BCD787
Text Example
Text Example
White with #BCD787
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCD787; }
p { color: rgb(188,215,135); }
H1.HeaderClassName
{
color: #BCD787;
}
.AnyTagClassName
{
color: #BCD787;
}
</style>
background-color css
<style>
a { background-color: #BCD787; }
a { background-color: rgb(188,215,135); }
div.DivClassName
{
background-color: #BCD787;
}
.BgClassName
{
background-color: #BCD787;
}
</style>
border-color css
<style>
span { border-color: #BCD787; }
span { border-color: rgb(188,215,135); }
td.TdClassName
{
border-color: #BCD787;
}
.TagClassName
{
border-color: #BCD787;
}
</style>