Shades of Sulu #BDE686
Tints of Sulu #BDE686
RGB
CMYK
RGB Variations
Color information
#BDE686 (or 0xBDE686) is known color: Sulu. HEX triplet: BD, E6 and 86. RGB value is (189,230,134). Sum of RGB (Red+Green+Blue) = 189+230+134=553 (73% of max value = 765). Red value is 189 (74.22% from 255 or 34.18% from 553); Green value is 230 (90.23% from 255 or 41.59% from 553); Blue value is 134 (52.73% from 255 or 24.23% from 553); Max value from RGB is 230 - color contains mainly: green. Hex color #BDE686 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BDE686 is #421979. Grayscale: #CFCFCF. Windows color (decimal): -4331898 or 8840893. OLE color: 8840893.
HSL color Cylindrical-coordinate representation of color #BDE686: hue angle of 85.62º degrees, saturation: 0.66, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #BDE686 is Cyan = 0.18, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 189 | 230 | 134 | - |
| CMYK | 0.18 | 0 | 0.42 | 0.10 |
| HSL | 85.62º | 0.66% | 0.71% | - |
| HSV(B) | 85.62º | 0.42% | 0.9% | - |
| XYZ | 53.59 | 69.13 | 33.07 | - |
| YUV | 206.8 | 86.92 | 115.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 230 | 134 | 0.18 | 0 | 0.42 | 0.10 | 85.62 | 0.66 | 0.71 |
| Hex | BD | E6 | 86 | 12 | 0 | 2A | A | 56 | 42 | 47 |
| Octal | 275 | 346 | 206 | 22 | 0 | 52 | 12 | 126 | 102 | 107 |
| Binary | 10111101 | 11100110 | 10000110 | 10010 | 0 | 101010 | 1010 | 1010110 | 1000010 | 1000111 |
Color Harmonies of #BDE686
Complementary color
Monochromatic Colors of #BDE686
Black with #BDE686
Text Example
Text Example
White with #BDE686
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDE686; }
p { color: rgb(189,230,134); }
H1.HeaderClassName
{
color: #BDE686;
}
.AnyTagClassName
{
color: #BDE686;
}
</style>
background-color css
<style>
a { background-color: #BDE686; }
a { background-color: rgb(189,230,134); }
div.DivClassName
{
background-color: #BDE686;
}
.BgClassName
{
background-color: #BDE686;
}
</style>
border-color css
<style>
span { border-color: #BDE686; }
span { border-color: rgb(189,230,134); }
td.TdClassName
{
border-color: #BDE686;
}
.TagClassName
{
border-color: #BDE686;
}
</style>