Shades of Sulu #BDD787
Tints of Sulu #BDD787
RGB
CMYK
RGB Variations
Color information
#BDD787 (or 0xBDD787) is known color: Sulu. HEX triplet: BD, D7 and 87. RGB value is (189,215,135). Sum of RGB (Red+Green+Blue) = 189+215+135=539 (71% of max value = 765). Red value is 189 (74.22% from 255 or 35.06% from 539); Green value is 215 (84.38% from 255 or 39.89% from 539); Blue value is 135 (53.12% from 255 or 25.05% from 539); Max value from RGB is 215 - color contains mainly: green. Hex color #BDD787 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDD787 is #422878. Grayscale: #C6C6C6. Windows color (decimal): -4335737 or 8902589. OLE color: 8902589.
HSL color Cylindrical-coordinate representation of color #BDD787: hue angle of 79.5º 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 #BDD787 is Cyan = 0.12, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 189 | 215 | 135 | - |
| CMYK | 0.12 | 0 | 0.37 | 0.16 |
| HSL | 79.5º | 0.5% | 0.69% | - |
| HSV(B) | 79.5º | 0.37% | 0.84% | - |
| XYZ | 49.66 | 61.17 | 32.11 | - |
| YUV | 198.11 | 92.39 | 121.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 215 | 135 | 0.12 | 0 | 0.37 | 0.16 | 79.5 | 0.5 | 0.69 |
| Hex | BD | D7 | 87 | C | 0 | 25 | 10 | 50 | 32 | 45 |
| Octal | 275 | 327 | 207 | 14 | 0 | 45 | 20 | 120 | 62 | 105 |
| Binary | 10111101 | 11010111 | 10000111 | 1100 | 0 | 100101 | 10000 | 1010000 | 110010 | 1000101 |
Color Harmonies of #BDD787
Complementary color
Monochromatic Colors of #BDD787
Black with #BDD787
Text Example
Text Example
White with #BDD787
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDD787; }
p { color: rgb(189,215,135); }
H1.HeaderClassName
{
color: #BDD787;
}
.AnyTagClassName
{
color: #BDD787;
}
</style>
background-color css
<style>
a { background-color: #BDD787; }
a { background-color: rgb(189,215,135); }
div.DivClassName
{
background-color: #BDD787;
}
.BgClassName
{
background-color: #BDD787;
}
</style>
border-color css
<style>
span { border-color: #BDD787; }
span { border-color: rgb(189,215,135); }
td.TdClassName
{
border-color: #BDD787;
}
.TagClassName
{
border-color: #BDD787;
}
</style>