Shades of Madang #BBF0AD
Tints of Madang #BBF0AD
RGB
CMYK
RGB Variations
Color information
#BBF0AD (or 0xBBF0AD) is known color: Madang. HEX triplet: BB, F0 and AD. RGB value is (187,240,173). Sum of RGB (Red+Green+Blue) = 187+240+173=600 (79% of max value = 765). Red value is 187 (73.44% from 255 or 31.17% from 600); Green value is 240 (94.14% from 255 or 40% from 600); Blue value is 173 (67.97% from 255 or 28.83% from 600); Max value from RGB is 240 - color contains mainly: green. Hex color #BBF0AD is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BBF0AD is #440F52. Grayscale: #D8D8D8. Windows color (decimal): -4460371 or 11399355. OLE color: 11399355.
HSL color Cylindrical-coordinate representation of color #BBF0AD: hue angle of 107.46º degrees, saturation: 0.69, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #BBF0AD is Cyan = 0.22, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 187 | 240 | 173 | - |
| CMYK | 0.22 | 0 | 0.28 | 0.06 |
| HSL | 107.46º | 0.69% | 0.81% | - |
| HSV(B) | 107.46º | 0.28% | 0.94% | - |
| XYZ | 59.2 | 75.9 | 51.07 | - |
| YUV | 216.52 | 103.44 | 106.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 240 | 173 | 0.22 | 0 | 0.28 | 0.06 | 107.46 | 0.69 | 0.81 |
| Hex | BB | F0 | AD | 16 | 0 | 1C | 6 | 6B | 45 | 51 |
| Octal | 273 | 360 | 255 | 26 | 0 | 34 | 6 | 153 | 105 | 121 |
| Binary | 10111011 | 11110000 | 10101101 | 10110 | 0 | 11100 | 110 | 1101011 | 1000101 | 1010001 |
Color Harmonies of #BBF0AD
Complementary color
Monochromatic Colors of #BBF0AD
Black with #BBF0AD
Text Example
Text Example
White with #BBF0AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBF0AD; }
p { color: rgb(187,240,173); }
H1.HeaderClassName
{
color: #BBF0AD;
}
.AnyTagClassName
{
color: #BBF0AD;
}
</style>
background-color css
<style>
a { background-color: #BBF0AD; }
a { background-color: rgb(187,240,173); }
div.DivClassName
{
background-color: #BBF0AD;
}
.BgClassName
{
background-color: #BBF0AD;
}
</style>
border-color css
<style>
span { border-color: #BBF0AD; }
span { border-color: rgb(187,240,173); }
td.TdClassName
{
border-color: #BBF0AD;
}
.TagClassName
{
border-color: #BBF0AD;
}
</style>