Shades of Madang #BBDFA6
Tints of Madang #BBDFA6
RGB
CMYK
RGB Variations
Color information
#BBDFA6 (or 0xBBDFA6) is known color: Madang. HEX triplet: BB, DF and A6. RGB value is (187,223,166). Sum of RGB (Red+Green+Blue) = 187+223+166=576 (76% of max value = 765). Red value is 187 (73.44% from 255 or 32.47% from 576); Green value is 223 (87.5% from 255 or 38.72% from 576); Blue value is 166 (65.23% from 255 or 28.82% from 576); Max value from RGB is 223 - color contains mainly: green. Hex color #BBDFA6 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBDFA6 is #442059. Grayscale: #CDCDCD. Windows color (decimal): -4464730 or 10936251. OLE color: 10936251.
HSL color Cylindrical-coordinate representation of color #BBDFA6: hue angle of 97.89º degrees, saturation: 0.47, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #BBDFA6 is Cyan = 0.16, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 187 | 223 | 166 | - |
| CMYK | 0.16 | 0 | 0.26 | 0.13 |
| HSL | 97.89º | 0.47% | 0.76% | - |
| HSV(B) | 97.89º | 0.26% | 0.87% | - |
| XYZ | 53.76 | 66.09 | 46 | - |
| YUV | 205.74 | 105.57 | 114.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 223 | 166 | 0.16 | 0 | 0.26 | 0.13 | 97.89 | 0.47 | 0.76 |
| Hex | BB | DF | A6 | 10 | 0 | 1A | D | 62 | 2F | 4C |
| Octal | 273 | 337 | 246 | 20 | 0 | 32 | 15 | 142 | 57 | 114 |
| Binary | 10111011 | 11011111 | 10100110 | 10000 | 0 | 11010 | 1101 | 1100010 | 101111 | 1001100 |
Color Harmonies of #BBDFA6
Complementary color
Monochromatic Colors of #BBDFA6
Black with #BBDFA6
Text Example
Text Example
White with #BBDFA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBDFA6; }
p { color: rgb(187,223,166); }
H1.HeaderClassName
{
color: #BBDFA6;
}
.AnyTagClassName
{
color: #BBDFA6;
}
</style>
background-color css
<style>
a { background-color: #BBDFA6; }
a { background-color: rgb(187,223,166); }
div.DivClassName
{
background-color: #BBDFA6;
}
.BgClassName
{
background-color: #BBDFA6;
}
</style>
border-color css
<style>
span { border-color: #BBDFA6; }
span { border-color: rgb(187,223,166); }
td.TdClassName
{
border-color: #BBDFA6;
}
.TagClassName
{
border-color: #BBDFA6;
}
</style>