Shades of Sulu #BDE888
Tints of Sulu #BDE888
RGB
CMYK
RGB Variations
Color information
#BDE888 (or 0xBDE888) is known color: Sulu. HEX triplet: BD, E8 and 88. RGB value is (189,232,136). Sum of RGB (Red+Green+Blue) = 189+232+136=557 (73% of max value = 765). Red value is 189 (74.22% from 255 or 33.93% from 557); Green value is 232 (91.02% from 255 or 41.65% from 557); Blue value is 136 (53.52% from 255 or 24.42% from 557); Max value from RGB is 232 - color contains mainly: green. Hex color #BDE888 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BDE888 is #421777. Grayscale: #D0D0D0. Windows color (decimal): -4331384 or 8972477. OLE color: 8972477.
HSL color Cylindrical-coordinate representation of color #BDE888: hue angle of 86.88º degrees, saturation: 0.68, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #BDE888 is Cyan = 0.19, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 189 | 232 | 136 | - |
| CMYK | 0.19 | 0 | 0.41 | 0.09 |
| HSL | 86.88º | 0.68% | 0.72% | - |
| HSV(B) | 86.88º | 0.41% | 0.91% | - |
| XYZ | 54.29 | 70.31 | 34 | - |
| YUV | 208.2 | 87.25 | 114.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 232 | 136 | 0.19 | 0 | 0.41 | 0.09 | 86.88 | 0.68 | 0.72 |
| Hex | BD | E8 | 88 | 13 | 0 | 29 | 9 | 57 | 44 | 48 |
| Octal | 275 | 350 | 210 | 23 | 0 | 51 | 11 | 127 | 104 | 110 |
| Binary | 10111101 | 11101000 | 10001000 | 10011 | 0 | 101001 | 1001 | 1010111 | 1000100 | 1001000 |
Color Harmonies of #BDE888
Complementary color
Monochromatic Colors of #BDE888
Black with #BDE888
Text Example
Text Example
White with #BDE888
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDE888; }
p { color: rgb(189,232,136); }
H1.HeaderClassName
{
color: #BDE888;
}
.AnyTagClassName
{
color: #BDE888;
}
</style>
background-color css
<style>
a { background-color: #BDE888; }
a { background-color: rgb(189,232,136); }
div.DivClassName
{
background-color: #BDE888;
}
.BgClassName
{
background-color: #BDE888;
}
</style>
border-color css
<style>
span { border-color: #BDE888; }
span { border-color: rgb(189,232,136); }
td.TdClassName
{
border-color: #BDE888;
}
.TagClassName
{
border-color: #BDE888;
}
</style>