Shades of Madang #BBF4AF
Tints of Madang #BBF4AF
RGB
CMYK
RGB Variations
Color information
#BBF4AF (or 0xBBF4AF) is known color: Madang. HEX triplet: BB, F4 and AF. RGB value is (187,244,175). Sum of RGB (Red+Green+Blue) = 187+244+175=606 (80% of max value = 765). Red value is 187 (73.44% from 255 or 30.86% from 606); Green value is 244 (95.70% from 255 or 40.26% from 606); Blue value is 175 (68.75% from 255 or 28.88% from 606); Max value from RGB is 244 - color contains mainly: green. Hex color #BBF4AF is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BBF4AF is #440B50. Grayscale: #DBDBDB. Windows color (decimal): -4459345 or 11531451. OLE color: 11531451.
HSL color Cylindrical-coordinate representation of color #BBF4AF: hue angle of 109.57º degrees, saturation: 0.76, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #BBF4AF is Cyan = 0.23, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 187 | 244 | 175 | - |
| CMYK | 0.23 | 0 | 0.28 | 0.04 |
| HSL | 109.57º | 0.76% | 0.82% | - |
| HSV(B) | 109.57º | 0.28% | 0.96% | - |
| XYZ | 60.58 | 78.36 | 52.49 | - |
| YUV | 219.09 | 103.12 | 105.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 244 | 175 | 0.23 | 0 | 0.28 | 0.04 | 109.57 | 0.76 | 0.82 |
| Hex | BB | F4 | AF | 17 | 0 | 1C | 4 | 6E | 4C | 52 |
| Octal | 273 | 364 | 257 | 27 | 0 | 34 | 4 | 156 | 114 | 122 |
| Binary | 10111011 | 11110100 | 10101111 | 10111 | 0 | 11100 | 100 | 1101110 | 1001100 | 1010010 |
Color Harmonies of #BBF4AF
Complementary color
Monochromatic Colors of #BBF4AF
Black with #BBF4AF
Text Example
Text Example
White with #BBF4AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBF4AF; }
p { color: rgb(187,244,175); }
H1.HeaderClassName
{
color: #BBF4AF;
}
.AnyTagClassName
{
color: #BBF4AF;
}
</style>
background-color css
<style>
a { background-color: #BBF4AF; }
a { background-color: rgb(187,244,175); }
div.DivClassName
{
background-color: #BBF4AF;
}
.BgClassName
{
background-color: #BBF4AF;
}
</style>
border-color css
<style>
span { border-color: #BBF4AF; }
span { border-color: rgb(187,244,175); }
td.TdClassName
{
border-color: #BBF4AF;
}
.TagClassName
{
border-color: #BBF4AF;
}
</style>