Shades of Sulu #BDE189
Tints of Sulu #BDE189
RGB
CMYK
RGB Variations
Color information
#BDE189 (or 0xBDE189) is known color: Sulu. HEX triplet: BD, E1 and 89. RGB value is (189,225,137). Sum of RGB (Red+Green+Blue) = 189+225+137=551 (72% of max value = 765). Red value is 189 (74.22% from 255 or 34.30% from 551); Green value is 225 (88.28% from 255 or 40.83% from 551); Blue value is 137 (53.91% from 255 or 24.86% from 551); Max value from RGB is 225 - color contains mainly: green. Hex color #BDE189 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDE189 is #421E76. Grayscale: #CCCCCC. Windows color (decimal): -4333175 or 9036221. OLE color: 9036221.
HSL color Cylindrical-coordinate representation of color #BDE189: hue angle of 84.55º degrees, saturation: 0.59, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #BDE189 is Cyan = 0.16, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 189 | 225 | 137 | - |
| CMYK | 0.16 | 0 | 0.39 | 0.12 |
| HSL | 84.55º | 0.59% | 0.71% | - |
| HSV(B) | 84.55º | 0.39% | 0.88% | - |
| XYZ | 52.43 | 66.48 | 33.73 | - |
| YUV | 204.2 | 90.07 | 117.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 225 | 137 | 0.16 | 0 | 0.39 | 0.12 | 84.55 | 0.59 | 0.71 |
| Hex | BD | E1 | 89 | 10 | 0 | 27 | C | 55 | 3B | 47 |
| Octal | 275 | 341 | 211 | 20 | 0 | 47 | 14 | 125 | 73 | 107 |
| Binary | 10111101 | 11100001 | 10001001 | 10000 | 0 | 100111 | 1100 | 1010101 | 111011 | 1000111 |
Color Harmonies of #BDE189
Complementary color
Monochromatic Colors of #BDE189
Black with #BDE189
Text Example
Text Example
White with #BDE189
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDE189; }
p { color: rgb(189,225,137); }
H1.HeaderClassName
{
color: #BDE189;
}
.AnyTagClassName
{
color: #BDE189;
}
</style>
background-color css
<style>
a { background-color: #BDE189; }
a { background-color: rgb(189,225,137); }
div.DivClassName
{
background-color: #BDE189;
}
.BgClassName
{
background-color: #BDE189;
}
</style>
border-color css
<style>
span { border-color: #BDE189; }
span { border-color: rgb(189,225,137); }
td.TdClassName
{
border-color: #BDE189;
}
.TagClassName
{
border-color: #BDE189;
}
</style>