Shades of Sulu #BDD888
Tints of Sulu #BDD888
RGB
CMYK
RGB Variations
Color information
#BDD888 (or 0xBDD888) is known color: Sulu. HEX triplet: BD, D8 and 88. RGB value is (189,216,136). Sum of RGB (Red+Green+Blue) = 189+216+136=541 (71% of max value = 765). Red value is 189 (74.22% from 255 or 34.94% from 541); Green value is 216 (84.77% from 255 or 39.93% from 541); Blue value is 136 (53.52% from 255 or 25.14% from 541); Max value from RGB is 216 - color contains mainly: green. Hex color #BDD888 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDD888 is #422777. Grayscale: #C7C7C7. Windows color (decimal): -4335480 or 8968381. OLE color: 8968381.
HSL color Cylindrical-coordinate representation of color #BDD888: hue angle of 80.25º degrees, saturation: 0.51, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #BDD888 is Cyan = 0.12, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 189 | 216 | 136 | - |
| CMYK | 0.12 | 0 | 0.37 | 0.15 |
| HSL | 80.25º | 0.51% | 0.69% | - |
| HSV(B) | 80.25º | 0.37% | 0.85% | - |
| XYZ | 49.99 | 61.71 | 32.57 | - |
| YUV | 198.81 | 92.55 | 121 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 216 | 136 | 0.12 | 0 | 0.37 | 0.15 | 80.25 | 0.51 | 0.69 |
| Hex | BD | D8 | 88 | C | 0 | 25 | F | 50 | 33 | 45 |
| Octal | 275 | 330 | 210 | 14 | 0 | 45 | 17 | 120 | 63 | 105 |
| Binary | 10111101 | 11011000 | 10001000 | 1100 | 0 | 100101 | 1111 | 1010000 | 110011 | 1000101 |
Color Harmonies of #BDD888
Complementary color
Monochromatic Colors of #BDD888
Black with #BDD888
Text Example
Text Example
White with #BDD888
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDD888; }
p { color: rgb(189,216,136); }
H1.HeaderClassName
{
color: #BDD888;
}
.AnyTagClassName
{
color: #BDD888;
}
</style>
background-color css
<style>
a { background-color: #BDD888; }
a { background-color: rgb(189,216,136); }
div.DivClassName
{
background-color: #BDD888;
}
.BgClassName
{
background-color: #BDD888;
}
</style>
border-color css
<style>
span { border-color: #BDD888; }
span { border-color: rgb(189,216,136); }
td.TdClassName
{
border-color: #BDD888;
}
.TagClassName
{
border-color: #BDD888;
}
</style>