Shades of Madang #BBDE9F
Tints of Madang #BBDE9F
RGB
CMYK
RGB Variations
Color information
#BBDE9F (or 0xBBDE9F) is known color: Madang. HEX triplet: BB, DE and 9F. RGB value is (187,222,159). Sum of RGB (Red+Green+Blue) = 187+222+159=568 (75% of max value = 765). Red value is 187 (73.44% from 255 or 32.92% from 568); Green value is 222 (87.11% from 255 or 39.08% from 568); Blue value is 159 (62.5% from 255 or 27.99% from 568); Max value from RGB is 222 - color contains mainly: green. Hex color #BBDE9F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBDE9F is #442160. Grayscale: #CCCCCC. Windows color (decimal): -4464993 or 10477243. OLE color: 10477243.
HSL color Cylindrical-coordinate representation of color #BBDE9F: hue angle of 93.33º degrees, saturation: 0.49, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #BBDE9F is Cyan = 0.16, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 187 | 222 | 159 | - |
| CMYK | 0.16 | 0 | 0.28 | 0.13 |
| HSL | 93.33º | 0.49% | 0.75% | - |
| HSV(B) | 93.33º | 0.28% | 0.87% | - |
| XYZ | 52.87 | 65.31 | 42.62 | - |
| YUV | 204.35 | 102.4 | 115.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 222 | 159 | 0.16 | 0 | 0.28 | 0.13 | 93.33 | 0.49 | 0.75 |
| Hex | BB | DE | 9F | 10 | 0 | 1C | D | 5D | 31 | 4B |
| Octal | 273 | 336 | 237 | 20 | 0 | 34 | 15 | 135 | 61 | 113 |
| Binary | 10111011 | 11011110 | 10011111 | 10000 | 0 | 11100 | 1101 | 1011101 | 110001 | 1001011 |
Color Harmonies of #BBDE9F
Complementary color
Monochromatic Colors of #BBDE9F
Black with #BBDE9F
Text Example
Text Example
White with #BBDE9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBDE9F; }
p { color: rgb(187,222,159); }
H1.HeaderClassName
{
color: #BBDE9F;
}
.AnyTagClassName
{
color: #BBDE9F;
}
</style>
background-color css
<style>
a { background-color: #BBDE9F; }
a { background-color: rgb(187,222,159); }
div.DivClassName
{
background-color: #BBDE9F;
}
.BgClassName
{
background-color: #BBDE9F;
}
</style>
border-color css
<style>
span { border-color: #BBDE9F; }
span { border-color: rgb(187,222,159); }
td.TdClassName
{
border-color: #BBDE9F;
}
.TagClassName
{
border-color: #BBDE9F;
}
</style>