Shades of Sulu #BDD684
Tints of Sulu #BDD684
RGB
CMYK
RGB Variations
Color information
#BDD684 (or 0xBDD684) is known color: Sulu. HEX triplet: BD, D6 and 84. RGB value is (189,214,132). Sum of RGB (Red+Green+Blue) = 189+214+132=535 (70% of max value = 765). Red value is 189 (74.22% from 255 or 35.33% from 535); Green value is 214 (83.98% from 255 or 40% from 535); Blue value is 132 (51.95% from 255 or 24.67% from 535); Max value from RGB is 214 - color contains mainly: green. Hex color #BDD684 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDD684 is #42297B. Grayscale: #C5C5C5. Windows color (decimal): -4335996 or 8705725. OLE color: 8705725.
HSL color Cylindrical-coordinate representation of color #BDD684: hue angle of 78.29º degrees, saturation: 0.5, 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 #BDD684 is Cyan = 0.12, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 189 | 214 | 132 | - |
| CMYK | 0.12 | 0 | 0.38 | 0.16 |
| HSL | 78.29º | 0.5% | 0.68% | - |
| HSV(B) | 78.29º | 0.38% | 0.84% | - |
| XYZ | 49.2 | 60.58 | 30.93 | - |
| YUV | 197.18 | 91.22 | 122.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 214 | 132 | 0.12 | 0 | 0.38 | 0.16 | 78.29 | 0.5 | 0.68 |
| Hex | BD | D6 | 84 | C | 0 | 26 | 10 | 4E | 32 | 44 |
| Octal | 275 | 326 | 204 | 14 | 0 | 46 | 20 | 116 | 62 | 104 |
| Binary | 10111101 | 11010110 | 10000100 | 1100 | 0 | 100110 | 10000 | 1001110 | 110010 | 1000100 |
Color Harmonies of #BDD684
Complementary color
Monochromatic Colors of #BDD684
Black with #BDD684
Text Example
Text Example
White with #BDD684
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDD684; }
p { color: rgb(189,214,132); }
H1.HeaderClassName
{
color: #BDD684;
}
.AnyTagClassName
{
color: #BDD684;
}
</style>
background-color css
<style>
a { background-color: #BDD684; }
a { background-color: rgb(189,214,132); }
div.DivClassName
{
background-color: #BDD684;
}
.BgClassName
{
background-color: #BDD684;
}
</style>
border-color css
<style>
span { border-color: #BDD684; }
span { border-color: rgb(189,214,132); }
td.TdClassName
{
border-color: #BDD684;
}
.TagClassName
{
border-color: #BDD684;
}
</style>