Shades of Sulu #BDD587
Tints of Sulu #BDD587
RGB
CMYK
RGB Variations
Color information
#BDD587 (or 0xBDD587) is known color: Sulu. HEX triplet: BD, D5 and 87. RGB value is (189,213,135). Sum of RGB (Red+Green+Blue) = 189+213+135=537 (71% of max value = 765). Red value is 189 (74.22% from 255 or 35.20% from 537); Green value is 213 (83.59% from 255 or 39.66% from 537); Blue value is 135 (53.12% from 255 or 25.14% from 537); Max value from RGB is 213 - color contains mainly: green. Hex color #BDD587 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDD587 is #422A78. Grayscale: #C5C5C5. Windows color (decimal): -4336249 or 8902077. OLE color: 8902077.
HSL color Cylindrical-coordinate representation of color #BDD587: hue angle of 78.46º degrees, saturation: 0.48, 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 #BDD587 is Cyan = 0.11, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 189 | 213 | 135 | - |
| CMYK | 0.11 | 0 | 0.37 | 0.16 |
| HSL | 78.46º | 0.48% | 0.68% | - |
| HSV(B) | 78.46º | 0.37% | 0.84% | - |
| XYZ | 49.15 | 60.16 | 31.94 | - |
| YUV | 196.93 | 93.05 | 122.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 213 | 135 | 0.11 | 0 | 0.37 | 0.16 | 78.46 | 0.48 | 0.68 |
| Hex | BD | D5 | 87 | B | 0 | 25 | 10 | 4E | 30 | 44 |
| Octal | 275 | 325 | 207 | 13 | 0 | 45 | 20 | 116 | 60 | 104 |
| Binary | 10111101 | 11010101 | 10000111 | 1011 | 0 | 100101 | 10000 | 1001110 | 110000 | 1000100 |
Color Harmonies of #BDD587
Complementary color
Monochromatic Colors of #BDD587
Black with #BDD587
Text Example
Text Example
White with #BDD587
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDD587; }
p { color: rgb(189,213,135); }
H1.HeaderClassName
{
color: #BDD587;
}
.AnyTagClassName
{
color: #BDD587;
}
</style>
background-color css
<style>
a { background-color: #BDD587; }
a { background-color: rgb(189,213,135); }
div.DivClassName
{
background-color: #BDD587;
}
.BgClassName
{
background-color: #BDD587;
}
</style>
border-color css
<style>
span { border-color: #BDD587; }
span { border-color: rgb(189,213,135); }
td.TdClassName
{
border-color: #BDD587;
}
.TagClassName
{
border-color: #BDD587;
}
</style>