Shades of Madang #BBDDAE
Tints of Madang #BBDDAE
RGB
CMYK
RGB Variations
Color information
#BBDDAE (or 0xBBDDAE) is known color: Madang. HEX triplet: BB, DD and AE. RGB value is (187,221,174). Sum of RGB (Red+Green+Blue) = 187+221+174=582 (77% of max value = 765). Red value is 187 (73.44% from 255 or 32.13% from 582); Green value is 221 (86.72% from 255 or 37.97% from 582); Blue value is 174 (68.36% from 255 or 29.90% from 582); Max value from RGB is 221 - color contains mainly: green. Hex color #BBDDAE is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBDDAE is #442251. Grayscale: #CDCDCD. Windows color (decimal): -4465234 or 11460027. OLE color: 11460027.
HSL color Cylindrical-coordinate representation of color #BBDDAE: hue angle of 103.4º degrees, saturation: 0.41, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #BBDDAE is Cyan = 0.15, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 187 | 221 | 174 | - |
| CMYK | 0.15 | 0 | 0.21 | 0.13 |
| HSL | 103.4º | 0.41% | 0.77% | - |
| HSV(B) | 103.4º | 0.21% | 0.87% | - |
| XYZ | 53.99 | 65.33 | 49.81 | - |
| YUV | 205.48 | 110.24 | 114.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 221 | 174 | 0.15 | 0 | 0.21 | 0.13 | 103.4 | 0.41 | 0.77 |
| Hex | BB | DD | AE | F | 0 | 15 | D | 67 | 29 | 4D |
| Octal | 273 | 335 | 256 | 17 | 0 | 25 | 15 | 147 | 51 | 115 |
| Binary | 10111011 | 11011101 | 10101110 | 1111 | 0 | 10101 | 1101 | 1100111 | 101001 | 1001101 |
Color Harmonies of #BBDDAE
Complementary color
Monochromatic Colors of #BBDDAE
Black with #BBDDAE
Text Example
Text Example
White with #BBDDAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBDDAE; }
p { color: rgb(187,221,174); }
H1.HeaderClassName
{
color: #BBDDAE;
}
.AnyTagClassName
{
color: #BBDDAE;
}
</style>
background-color css
<style>
a { background-color: #BBDDAE; }
a { background-color: rgb(187,221,174); }
div.DivClassName
{
background-color: #BBDDAE;
}
.BgClassName
{
background-color: #BBDDAE;
}
</style>
border-color css
<style>
span { border-color: #BBDDAE; }
span { border-color: rgb(187,221,174); }
td.TdClassName
{
border-color: #BBDDAE;
}
.TagClassName
{
border-color: #BBDDAE;
}
</style>