Shades of Sulu #BDD880
Tints of Sulu #BDD880
RGB
CMYK
RGB Variations
Color information
#BDD880 (or 0xBDD880) is known color: Sulu. HEX triplet: BD, D8 and 80. RGB value is (189,216,128). Sum of RGB (Red+Green+Blue) = 189+216+128=533 (70% of max value = 765). Red value is 189 (74.22% from 255 or 35.46% from 533); Green value is 216 (84.77% from 255 or 40.53% from 533); Blue value is 128 (50.39% from 255 or 24.02% from 533); Max value from RGB is 216 - color contains mainly: green. Hex color #BDD880 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDD880 is #42277F. Grayscale: #C6C6C6. Windows color (decimal): -4335488 or 8444093. OLE color: 8444093.
HSL color Cylindrical-coordinate representation of color #BDD880: hue angle of 78.41º degrees, saturation: 0.53, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #BDD880 is Cyan = 0.12, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 189 | 216 | 128 | - |
| CMYK | 0.12 | 0 | 0.41 | 0.15 |
| HSL | 78.41º | 0.53% | 0.67% | - |
| HSV(B) | 78.41º | 0.41% | 0.85% | - |
| XYZ | 49.44 | 61.49 | 29.68 | - |
| YUV | 197.9 | 88.55 | 121.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 216 | 128 | 0.12 | 0 | 0.41 | 0.15 | 78.41 | 0.53 | 0.67 |
| Hex | BD | D8 | 80 | C | 0 | 29 | F | 4E | 35 | 43 |
| Octal | 275 | 330 | 200 | 14 | 0 | 51 | 17 | 116 | 65 | 103 |
| Binary | 10111101 | 11011000 | 10000000 | 1100 | 0 | 101001 | 1111 | 1001110 | 110101 | 1000011 |
Color Harmonies of #BDD880
Complementary color
Monochromatic Colors of #BDD880
Black with #BDD880
Text Example
Text Example
White with #BDD880
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDD880; }
p { color: rgb(189,216,128); }
H1.HeaderClassName
{
color: #BDD880;
}
.AnyTagClassName
{
color: #BDD880;
}
</style>
background-color css
<style>
a { background-color: #BDD880; }
a { background-color: rgb(189,216,128); }
div.DivClassName
{
background-color: #BDD880;
}
.BgClassName
{
background-color: #BDD880;
}
</style>
border-color css
<style>
span { border-color: #BDD880; }
span { border-color: rgb(189,216,128); }
td.TdClassName
{
border-color: #BDD880;
}
.TagClassName
{
border-color: #BDD880;
}
</style>