Shades of Madang #BBDFA3
Tints of Madang #BBDFA3
RGB
CMYK
RGB Variations
Color information
#BBDFA3 (or 0xBBDFA3) is known color: Madang. HEX triplet: BB, DF and A3. RGB value is (187,223,163). Sum of RGB (Red+Green+Blue) = 187+223+163=573 (75% of max value = 765). Red value is 187 (73.44% from 255 or 32.64% from 573); Green value is 223 (87.5% from 255 or 38.92% from 573); Blue value is 163 (64.06% from 255 or 28.45% from 573); Max value from RGB is 223 - color contains mainly: green. Hex color #BBDFA3 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBDFA3 is #44205C. Grayscale: #CDCDCD. Windows color (decimal): -4464733 or 10739643. OLE color: 10739643.
HSL color Cylindrical-coordinate representation of color #BBDFA3: hue angle of 96º degrees, saturation: 0.48, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #BBDFA3 is Cyan = 0.16, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 187 | 223 | 163 | - |
| CMYK | 0.16 | 0 | 0.27 | 0.13 |
| HSL | 96º | 0.48% | 0.76% | - |
| HSV(B) | 96º | 0.27% | 0.87% | - |
| XYZ | 53.49 | 65.98 | 44.57 | - |
| YUV | 205.4 | 104.07 | 114.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 223 | 163 | 0.16 | 0 | 0.27 | 0.13 | 96 | 0.48 | 0.76 |
| Hex | BB | DF | A3 | 10 | 0 | 1B | D | 60 | 30 | 4C |
| Octal | 273 | 337 | 243 | 20 | 0 | 33 | 15 | 140 | 60 | 114 |
| Binary | 10111011 | 11011111 | 10100011 | 10000 | 0 | 11011 | 1101 | 1100000 | 110000 | 1001100 |
Color Harmonies of #BBDFA3
Complementary color
Monochromatic Colors of #BBDFA3
Black with #BBDFA3
Text Example
Text Example
White with #BBDFA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBDFA3; }
p { color: rgb(187,223,163); }
H1.HeaderClassName
{
color: #BBDFA3;
}
.AnyTagClassName
{
color: #BBDFA3;
}
</style>
background-color css
<style>
a { background-color: #BBDFA3; }
a { background-color: rgb(187,223,163); }
div.DivClassName
{
background-color: #BBDFA3;
}
.BgClassName
{
background-color: #BBDFA3;
}
</style>
border-color css
<style>
span { border-color: #BBDFA3; }
span { border-color: rgb(187,223,163); }
td.TdClassName
{
border-color: #BBDFA3;
}
.TagClassName
{
border-color: #BBDFA3;
}
</style>