Shades of Madang #BBDFAA
Tints of Madang #BBDFAA
RGB
CMYK
RGB Variations
Color information
#BBDFAA (or 0xBBDFAA) is known color: Madang. HEX triplet: BB, DF and AA. RGB value is (187,223,170). Sum of RGB (Red+Green+Blue) = 187+223+170=580 (76% of max value = 765). Red value is 187 (73.44% from 255 or 32.24% from 580); Green value is 223 (87.5% from 255 or 38.45% from 580); Blue value is 170 (66.80% from 255 or 29.31% from 580); Max value from RGB is 223 - color contains mainly: green. Hex color #BBDFAA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBDFAA is #442055. Grayscale: #CECECE. Windows color (decimal): -4464726 or 11198395. OLE color: 11198395.
HSL color Cylindrical-coordinate representation of color #BBDFAA: hue angle of 100.75º degrees, saturation: 0.45, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #BBDFAA is Cyan = 0.16, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 187 | 223 | 170 | - |
| CMYK | 0.16 | 0 | 0.24 | 0.13 |
| HSL | 100.75º | 0.45% | 0.77% | - |
| HSV(B) | 100.75º | 0.24% | 0.87% | - |
| XYZ | 54.14 | 66.24 | 47.96 | - |
| YUV | 206.19 | 107.57 | 114.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 223 | 170 | 0.16 | 0 | 0.24 | 0.13 | 100.75 | 0.45 | 0.77 |
| Hex | BB | DF | AA | 10 | 0 | 18 | D | 65 | 2D | 4D |
| Octal | 273 | 337 | 252 | 20 | 0 | 30 | 15 | 145 | 55 | 115 |
| Binary | 10111011 | 11011111 | 10101010 | 10000 | 0 | 11000 | 1101 | 1100101 | 101101 | 1001101 |
Color Harmonies of #BBDFAA
Complementary color
Monochromatic Colors of #BBDFAA
Black with #BBDFAA
Text Example
Text Example
White with #BBDFAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBDFAA; }
p { color: rgb(187,223,170); }
H1.HeaderClassName
{
color: #BBDFAA;
}
.AnyTagClassName
{
color: #BBDFAA;
}
</style>
background-color css
<style>
a { background-color: #BBDFAA; }
a { background-color: rgb(187,223,170); }
div.DivClassName
{
background-color: #BBDFAA;
}
.BgClassName
{
background-color: #BBDFAA;
}
</style>
border-color css
<style>
span { border-color: #BBDFAA; }
span { border-color: rgb(187,223,170); }
td.TdClassName
{
border-color: #BBDFAA;
}
.TagClassName
{
border-color: #BBDFAA;
}
</style>