Shades of Sulu #BDD585
Tints of Sulu #BDD585
RGB
CMYK
RGB Variations
Color information
#BDD585 (or 0xBDD585) is known color: Sulu. HEX triplet: BD, D5 and 85. RGB value is (189,213,133). Sum of RGB (Red+Green+Blue) = 189+213+133=535 (70% of max value = 765). Red value is 189 (74.22% from 255 or 35.33% from 535); Green value is 213 (83.59% from 255 or 39.81% from 535); Blue value is 133 (52.34% from 255 or 24.86% from 535); Max value from RGB is 213 - color contains mainly: green. Hex color #BDD585 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDD585 is #422A7A. Grayscale: #C4C4C4. Windows color (decimal): -4336251 or 8771005. OLE color: 8771005.
HSL color Cylindrical-coordinate representation of color #BDD585: hue angle of 78º degrees, saturation: 0.49, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #BDD585 is Cyan = 0.11, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 189 | 213 | 133 | - |
| CMYK | 0.11 | 0 | 0.38 | 0.16 |
| HSL | 78º | 0.49% | 0.68% | - |
| HSV(B) | 78º | 0.38% | 0.84% | - |
| XYZ | 49.01 | 60.1 | 31.21 | - |
| YUV | 196.7 | 92.05 | 122.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 213 | 133 | 0.11 | 0 | 0.38 | 0.16 | 78 | 0.49 | 0.68 |
| Hex | BD | D5 | 85 | B | 0 | 26 | 10 | 4E | 31 | 44 |
| Octal | 275 | 325 | 205 | 13 | 0 | 46 | 20 | 116 | 61 | 104 |
| Binary | 10111101 | 11010101 | 10000101 | 1011 | 0 | 100110 | 10000 | 1001110 | 110001 | 1000100 |
Color Harmonies of #BDD585
Complementary color
Monochromatic Colors of #BDD585
Black with #BDD585
Text Example
Text Example
White with #BDD585
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDD585; }
p { color: rgb(189,213,133); }
H1.HeaderClassName
{
color: #BDD585;
}
.AnyTagClassName
{
color: #BDD585;
}
</style>
background-color css
<style>
a { background-color: #BDD585; }
a { background-color: rgb(189,213,133); }
div.DivClassName
{
background-color: #BDD585;
}
.BgClassName
{
background-color: #BDD585;
}
</style>
border-color css
<style>
span { border-color: #BDD585; }
span { border-color: rgb(189,213,133); }
td.TdClassName
{
border-color: #BDD585;
}
.TagClassName
{
border-color: #BDD585;
}
</style>