Shades of Madang #BBDAAA
Tints of Madang #BBDAAA
RGB
CMYK
RGB Variations
Color information
#BBDAAA (or 0xBBDAAA) is known color: Madang. HEX triplet: BB, DA and AA. RGB value is (187,218,170). Sum of RGB (Red+Green+Blue) = 187+218+170=575 (76% of max value = 765). Red value is 187 (73.44% from 255 or 32.52% from 575); Green value is 218 (85.55% from 255 or 37.91% from 575); Blue value is 170 (66.80% from 255 or 29.57% from 575); Max value from RGB is 218 - color contains mainly: green. Hex color #BBDAAA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBDAAA is #442555. Grayscale: #CBCBCB. Windows color (decimal): -4466006 or 11197115. OLE color: 11197115.
HSL color Cylindrical-coordinate representation of color #BBDAAA: hue angle of 98.75º degrees, saturation: 0.39, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #BBDAAA is Cyan = 0.14, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 187 | 218 | 170 | - |
| CMYK | 0.14 | 0 | 0.22 | 0.15 |
| HSL | 98.75º | 0.39% | 0.76% | - |
| HSV(B) | 98.75º | 0.22% | 0.85% | - |
| XYZ | 52.82 | 63.61 | 47.52 | - |
| YUV | 203.26 | 109.23 | 116.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 218 | 170 | 0.14 | 0 | 0.22 | 0.15 | 98.75 | 0.39 | 0.76 |
| Hex | BB | DA | AA | E | 0 | 16 | F | 63 | 27 | 4C |
| Octal | 273 | 332 | 252 | 16 | 0 | 26 | 17 | 143 | 47 | 114 |
| Binary | 10111011 | 11011010 | 10101010 | 1110 | 0 | 10110 | 1111 | 1100011 | 100111 | 1001100 |
Color Harmonies of #BBDAAA
Complementary color
Monochromatic Colors of #BBDAAA
Black with #BBDAAA
Text Example
Text Example
White with #BBDAAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBDAAA; }
p { color: rgb(187,218,170); }
H1.HeaderClassName
{
color: #BBDAAA;
}
.AnyTagClassName
{
color: #BBDAAA;
}
</style>
background-color css
<style>
a { background-color: #BBDAAA; }
a { background-color: rgb(187,218,170); }
div.DivClassName
{
background-color: #BBDAAA;
}
.BgClassName
{
background-color: #BBDAAA;
}
</style>
border-color css
<style>
span { border-color: #BBDAAA; }
span { border-color: rgb(187,218,170); }
td.TdClassName
{
border-color: #BBDAAA;
}
.TagClassName
{
border-color: #BBDAAA;
}
</style>