Shades of Sulu #BDE687
Tints of Sulu #BDE687
RGB
CMYK
RGB Variations
Color information
#BDE687 (or 0xBDE687) is known color: Sulu. HEX triplet: BD, E6 and 87. RGB value is (189,230,135). Sum of RGB (Red+Green+Blue) = 189+230+135=554 (73% of max value = 765). Red value is 189 (74.22% from 255 or 34.12% from 554); Green value is 230 (90.23% from 255 or 41.52% from 554); Blue value is 135 (53.12% from 255 or 24.37% from 554); Max value from RGB is 230 - color contains mainly: green. Hex color #BDE687 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BDE687 is #421978. Grayscale: #CFCFCF. Windows color (decimal): -4331897 or 8906429. OLE color: 8906429.
HSL color Cylindrical-coordinate representation of color #BDE687: hue angle of 85.89º degrees, saturation: 0.66, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #BDE687 is Cyan = 0.18, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 189 | 230 | 135 | - |
| CMYK | 0.18 | 0 | 0.41 | 0.10 |
| HSL | 85.89º | 0.66% | 0.72% | - |
| HSV(B) | 85.89º | 0.41% | 0.9% | - |
| XYZ | 53.66 | 69.16 | 33.44 | - |
| YUV | 206.91 | 87.42 | 115.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 230 | 135 | 0.18 | 0 | 0.41 | 0.10 | 85.89 | 0.66 | 0.72 |
| Hex | BD | E6 | 87 | 12 | 0 | 29 | A | 56 | 42 | 48 |
| Octal | 275 | 346 | 207 | 22 | 0 | 51 | 12 | 126 | 102 | 110 |
| Binary | 10111101 | 11100110 | 10000111 | 10010 | 0 | 101001 | 1010 | 1010110 | 1000010 | 1001000 |
Color Harmonies of #BDE687
Complementary color
Monochromatic Colors of #BDE687
Black with #BDE687
Text Example
Text Example
White with #BDE687
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDE687; }
p { color: rgb(189,230,135); }
H1.HeaderClassName
{
color: #BDE687;
}
.AnyTagClassName
{
color: #BDE687;
}
</style>
background-color css
<style>
a { background-color: #BDE687; }
a { background-color: rgb(189,230,135); }
div.DivClassName
{
background-color: #BDE687;
}
.BgClassName
{
background-color: #BDE687;
}
</style>
border-color css
<style>
span { border-color: #BDE687; }
span { border-color: rgb(189,230,135); }
td.TdClassName
{
border-color: #BDE687;
}
.TagClassName
{
border-color: #BDE687;
}
</style>