Shades of Madang #BBF9AF
Tints of Madang #BBF9AF
RGB
CMYK
RGB Variations
Color information
#BBF9AF (or 0xBBF9AF) is known color: Madang. HEX triplet: BB, F9 and AF. RGB value is (187,249,175). Sum of RGB (Red+Green+Blue) = 187+249+175=611 (80% of max value = 765). Red value is 187 (73.44% from 255 or 30.61% from 611); Green value is 249 (97.66% from 255 or 40.75% from 611); Blue value is 175 (68.75% from 255 or 28.64% from 611); Max value from RGB is 249 - color contains mainly: green. Hex color #BBF9AF is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BBF9AF is #440650. Grayscale: #DEDEDE. Windows color (decimal): -4458065 or 11532731. OLE color: 11532731.
HSL color Cylindrical-coordinate representation of color #BBF9AF: hue angle of 110.27º degrees, saturation: 0.86, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #BBF9AF is Cyan = 0.25, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 187 | 249 | 175 | - |
| CMYK | 0.25 | 0 | 0.30 | 0.02 |
| HSL | 110.27º | 0.86% | 0.83% | - |
| HSV(B) | 110.27º | 0.3% | 0.98% | - |
| XYZ | 62.11 | 81.41 | 53 | - |
| YUV | 222.03 | 101.46 | 103.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 249 | 175 | 0.25 | 0 | 0.30 | 0.02 | 110.27 | 0.86 | 0.83 |
| Hex | BB | F9 | AF | 19 | 0 | 1E | 2 | 6E | 56 | 53 |
| Octal | 273 | 371 | 257 | 31 | 0 | 36 | 2 | 156 | 126 | 123 |
| Binary | 10111011 | 11111001 | 10101111 | 11001 | 0 | 11110 | 10 | 1101110 | 1010110 | 1010011 |
Color Harmonies of #BBF9AF
Complementary color
Monochromatic Colors of #BBF9AF
Black with #BBF9AF
Text Example
Text Example
White with #BBF9AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBF9AF; }
p { color: rgb(187,249,175); }
H1.HeaderClassName
{
color: #BBF9AF;
}
.AnyTagClassName
{
color: #BBF9AF;
}
</style>
background-color css
<style>
a { background-color: #BBF9AF; }
a { background-color: rgb(187,249,175); }
div.DivClassName
{
background-color: #BBF9AF;
}
.BgClassName
{
background-color: #BBF9AF;
}
</style>
border-color css
<style>
span { border-color: #BBF9AF; }
span { border-color: rgb(187,249,175); }
td.TdClassName
{
border-color: #BBF9AF;
}
.TagClassName
{
border-color: #BBF9AF;
}
</style>