Shades of Madang #BBDEA3
Tints of Madang #BBDEA3
RGB
CMYK
RGB Variations
Color information
#BBDEA3 (or 0xBBDEA3) is known color: Madang. HEX triplet: BB, DE and A3. RGB value is (187,222,163). Sum of RGB (Red+Green+Blue) = 187+222+163=572 (75% of max value = 765). Red value is 187 (73.44% from 255 or 32.69% from 572); Green value is 222 (87.11% from 255 or 38.81% from 572); Blue value is 163 (64.06% from 255 or 28.50% from 572); Max value from RGB is 222 - color contains mainly: green. Hex color #BBDEA3 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBDEA3 is #44215C. Grayscale: #CDCDCD. Windows color (decimal): -4464989 or 10739387. OLE color: 10739387.
HSL color Cylindrical-coordinate representation of color #BBDEA3: hue angle of 95.59º degrees, saturation: 0.47, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #BBDEA3 is Cyan = 0.16, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 187 | 222 | 163 | - |
| CMYK | 0.16 | 0 | 0.27 | 0.13 |
| HSL | 95.59º | 0.47% | 0.75% | - |
| HSV(B) | 95.59º | 0.27% | 0.87% | - |
| XYZ | 53.23 | 65.45 | 44.48 | - |
| YUV | 204.81 | 104.4 | 115.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 222 | 163 | 0.16 | 0 | 0.27 | 0.13 | 95.59 | 0.47 | 0.75 |
| Hex | BB | DE | A3 | 10 | 0 | 1B | D | 60 | 2F | 4B |
| Octal | 273 | 336 | 243 | 20 | 0 | 33 | 15 | 140 | 57 | 113 |
| Binary | 10111011 | 11011110 | 10100011 | 10000 | 0 | 11011 | 1101 | 1100000 | 101111 | 1001011 |
Color Harmonies of #BBDEA3
Complementary color
Monochromatic Colors of #BBDEA3
Black with #BBDEA3
Text Example
Text Example
White with #BBDEA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBDEA3; }
p { color: rgb(187,222,163); }
H1.HeaderClassName
{
color: #BBDEA3;
}
.AnyTagClassName
{
color: #BBDEA3;
}
</style>
background-color css
<style>
a { background-color: #BBDEA3; }
a { background-color: rgb(187,222,163); }
div.DivClassName
{
background-color: #BBDEA3;
}
.BgClassName
{
background-color: #BBDEA3;
}
</style>
border-color css
<style>
span { border-color: #BBDEA3; }
span { border-color: rgb(187,222,163); }
td.TdClassName
{
border-color: #BBDEA3;
}
.TagClassName
{
border-color: #BBDEA3;
}
</style>