Shades of Sulu #BDD686
Tints of Sulu #BDD686
RGB
CMYK
RGB Variations
Color information
#BDD686 (or 0xBDD686) is known color: Sulu. HEX triplet: BD, D6 and 86. RGB value is (189,214,134). Sum of RGB (Red+Green+Blue) = 189+214+134=537 (71% of max value = 765). Red value is 189 (74.22% from 255 or 35.20% from 537); Green value is 214 (83.98% from 255 or 39.85% from 537); Blue value is 134 (52.73% from 255 or 24.95% from 537); Max value from RGB is 214 - color contains mainly: green. Hex color #BDD686 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDD686 is #422979. Grayscale: #C5C5C5. Windows color (decimal): -4335994 or 8836797. OLE color: 8836797.
HSL color Cylindrical-coordinate representation of color #BDD686: hue angle of 78.75º degrees, saturation: 0.49, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #BDD686 is Cyan = 0.12, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 189 | 214 | 134 | - |
| CMYK | 0.12 | 0 | 0.37 | 0.16 |
| HSL | 78.75º | 0.49% | 0.68% | - |
| HSV(B) | 78.75º | 0.37% | 0.84% | - |
| XYZ | 49.34 | 60.63 | 31.66 | - |
| YUV | 197.41 | 92.22 | 122 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 214 | 134 | 0.12 | 0 | 0.37 | 0.16 | 78.75 | 0.49 | 0.68 |
| Hex | BD | D6 | 86 | C | 0 | 25 | 10 | 4F | 31 | 44 |
| Octal | 275 | 326 | 206 | 14 | 0 | 45 | 20 | 117 | 61 | 104 |
| Binary | 10111101 | 11010110 | 10000110 | 1100 | 0 | 100101 | 10000 | 1001111 | 110001 | 1000100 |
Color Harmonies of #BDD686
Complementary color
Monochromatic Colors of #BDD686
Black with #BDD686
Text Example
Text Example
White with #BDD686
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDD686; }
p { color: rgb(189,214,134); }
H1.HeaderClassName
{
color: #BDD686;
}
.AnyTagClassName
{
color: #BDD686;
}
</style>
background-color css
<style>
a { background-color: #BDD686; }
a { background-color: rgb(189,214,134); }
div.DivClassName
{
background-color: #BDD686;
}
.BgClassName
{
background-color: #BDD686;
}
</style>
border-color css
<style>
span { border-color: #BDD686; }
span { border-color: rgb(189,214,134); }
td.TdClassName
{
border-color: #BDD686;
}
.TagClassName
{
border-color: #BDD686;
}
</style>