Shades of Sulu #BDD886
Tints of Sulu #BDD886
RGB
CMYK
RGB Variations
Color information
#BDD886 (or 0xBDD886) is known color: Sulu. HEX triplet: BD, D8 and 86. RGB value is (189,216,134). Sum of RGB (Red+Green+Blue) = 189+216+134=539 (71% of max value = 765). Red value is 189 (74.22% from 255 or 35.06% from 539); Green value is 216 (84.77% from 255 or 40.07% from 539); Blue value is 134 (52.73% from 255 or 24.86% from 539); Max value from RGB is 216 - color contains mainly: green. Hex color #BDD886 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDD886 is #422779. Grayscale: #C6C6C6. Windows color (decimal): -4335482 or 8837309. OLE color: 8837309.
HSL color Cylindrical-coordinate representation of color #BDD886: hue angle of 79.76º degrees, saturation: 0.51, 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 #BDD886 is Cyan = 0.12, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 189 | 216 | 134 | - |
| CMYK | 0.12 | 0 | 0.38 | 0.15 |
| HSL | 79.76º | 0.51% | 0.69% | - |
| HSV(B) | 79.76º | 0.38% | 0.85% | - |
| XYZ | 49.85 | 61.65 | 31.83 | - |
| YUV | 198.58 | 91.55 | 121.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 216 | 134 | 0.12 | 0 | 0.38 | 0.15 | 79.76 | 0.51 | 0.69 |
| Hex | BD | D8 | 86 | C | 0 | 26 | F | 50 | 33 | 45 |
| Octal | 275 | 330 | 206 | 14 | 0 | 46 | 17 | 120 | 63 | 105 |
| Binary | 10111101 | 11011000 | 10000110 | 1100 | 0 | 100110 | 1111 | 1010000 | 110011 | 1000101 |
Color Harmonies of #BDD886
Complementary color
Monochromatic Colors of #BDD886
Black with #BDD886
Text Example
Text Example
White with #BDD886
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDD886; }
p { color: rgb(189,216,134); }
H1.HeaderClassName
{
color: #BDD886;
}
.AnyTagClassName
{
color: #BDD886;
}
</style>
background-color css
<style>
a { background-color: #BDD886; }
a { background-color: rgb(189,216,134); }
div.DivClassName
{
background-color: #BDD886;
}
.BgClassName
{
background-color: #BDD886;
}
</style>
border-color css
<style>
span { border-color: #BDD886; }
span { border-color: rgb(189,216,134); }
td.TdClassName
{
border-color: #BDD886;
}
.TagClassName
{
border-color: #BDD886;
}
</style>