Shades of Madang #BBF8AF
Tints of Madang #BBF8AF
RGB
CMYK
RGB Variations
Color information
#BBF8AF (or 0xBBF8AF) is known color: Madang. HEX triplet: BB, F8 and AF. RGB value is (187,248,175). Sum of RGB (Red+Green+Blue) = 187+248+175=610 (80% of max value = 765). Red value is 187 (73.44% from 255 or 30.66% from 610); Green value is 248 (97.27% from 255 or 40.66% from 610); Blue value is 175 (68.75% from 255 or 28.69% from 610); Max value from RGB is 248 - color contains mainly: green. Hex color #BBF8AF is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BBF8AF is #440750. Grayscale: #DDDDDD. Windows color (decimal): -4458321 or 11532475. OLE color: 11532475.
HSL color Cylindrical-coordinate representation of color #BBF8AF: hue angle of 110.14º degrees, saturation: 0.84, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #BBF8AF is Cyan = 0.25, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 187 | 248 | 175 | - |
| CMYK | 0.25 | 0 | 0.29 | 0.03 |
| HSL | 110.14º | 0.84% | 0.83% | - |
| HSV(B) | 110.14º | 0.29% | 0.97% | - |
| XYZ | 61.8 | 80.79 | 52.9 | - |
| YUV | 221.44 | 101.79 | 103.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 248 | 175 | 0.25 | 0 | 0.29 | 0.03 | 110.14 | 0.84 | 0.83 |
| Hex | BB | F8 | AF | 19 | 0 | 1D | 3 | 6E | 54 | 53 |
| Octal | 273 | 370 | 257 | 31 | 0 | 35 | 3 | 156 | 124 | 123 |
| Binary | 10111011 | 11111000 | 10101111 | 11001 | 0 | 11101 | 11 | 1101110 | 1010100 | 1010011 |
Color Harmonies of #BBF8AF
Complementary color
Monochromatic Colors of #BBF8AF
Black with #BBF8AF
Text Example
Text Example
White with #BBF8AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBF8AF; }
p { color: rgb(187,248,175); }
H1.HeaderClassName
{
color: #BBF8AF;
}
.AnyTagClassName
{
color: #BBF8AF;
}
</style>
background-color css
<style>
a { background-color: #BBF8AF; }
a { background-color: rgb(187,248,175); }
div.DivClassName
{
background-color: #BBF8AF;
}
.BgClassName
{
background-color: #BBF8AF;
}
</style>
border-color css
<style>
span { border-color: #BBF8AF; }
span { border-color: rgb(187,248,175); }
td.TdClassName
{
border-color: #BBF8AF;
}
.TagClassName
{
border-color: #BBF8AF;
}
</style>