Shades of Sulu #BDD885
Tints of Sulu #BDD885
RGB
CMYK
RGB Variations
Color information
#BDD885 (or 0xBDD885) is known color: Sulu. HEX triplet: BD, D8 and 85. RGB value is (189,216,133). Sum of RGB (Red+Green+Blue) = 189+216+133=538 (71% of max value = 765). Red value is 189 (74.22% from 255 or 35.13% from 538); Green value is 216 (84.77% from 255 or 40.15% from 538); Blue value is 133 (52.34% from 255 or 24.72% from 538); Max value from RGB is 216 - color contains mainly: green. Hex color #BDD885 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDD885 is #42277A. Grayscale: #C6C6C6. Windows color (decimal): -4335483 or 8771773. OLE color: 8771773.
HSL color Cylindrical-coordinate representation of color #BDD885: hue angle of 79.52º degrees, saturation: 0.52, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #BDD885 is Cyan = 0.12, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 189 | 216 | 133 | - |
| CMYK | 0.12 | 0 | 0.38 | 0.15 |
| HSL | 79.52º | 0.52% | 0.68% | - |
| HSV(B) | 79.52º | 0.38% | 0.85% | - |
| XYZ | 49.78 | 61.62 | 31.46 | - |
| YUV | 198.47 | 91.05 | 121.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 216 | 133 | 0.12 | 0 | 0.38 | 0.15 | 79.52 | 0.52 | 0.68 |
| Hex | BD | D8 | 85 | C | 0 | 26 | F | 50 | 34 | 44 |
| Octal | 275 | 330 | 205 | 14 | 0 | 46 | 17 | 120 | 64 | 104 |
| Binary | 10111101 | 11011000 | 10000101 | 1100 | 0 | 100110 | 1111 | 1010000 | 110100 | 1000100 |
Color Harmonies of #BDD885
Complementary color
Monochromatic Colors of #BDD885
Black with #BDD885
Text Example
Text Example
White with #BDD885
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDD885; }
p { color: rgb(189,216,133); }
H1.HeaderClassName
{
color: #BDD885;
}
.AnyTagClassName
{
color: #BDD885;
}
</style>
background-color css
<style>
a { background-color: #BDD885; }
a { background-color: rgb(189,216,133); }
div.DivClassName
{
background-color: #BDD885;
}
.BgClassName
{
background-color: #BDD885;
}
</style>
border-color css
<style>
span { border-color: #BDD885; }
span { border-color: rgb(189,216,133); }
td.TdClassName
{
border-color: #BDD885;
}
.TagClassName
{
border-color: #BDD885;
}
</style>