Shades of Madang #BBF6AF
Tints of Madang #BBF6AF
RGB
CMYK
RGB Variations
Color information
#BBF6AF (or 0xBBF6AF) is known color: Madang. HEX triplet: BB, F6 and AF. RGB value is (187,246,175). Sum of RGB (Red+Green+Blue) = 187+246+175=608 (80% of max value = 765). Red value is 187 (73.44% from 255 or 30.76% from 608); Green value is 246 (96.48% from 255 or 40.46% from 608); Blue value is 175 (68.75% from 255 or 28.78% from 608); Max value from RGB is 246 - color contains mainly: green. Hex color #BBF6AF is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BBF6AF is #440950. Grayscale: #DCDCDC. Windows color (decimal): -4458833 or 11531963. OLE color: 11531963.
HSL color Cylindrical-coordinate representation of color #BBF6AF: hue angle of 109.86º degrees, saturation: 0.8, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #BBF6AF is Cyan = 0.24, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 187 | 246 | 175 | - |
| CMYK | 0.24 | 0 | 0.29 | 0.04 |
| HSL | 109.86º | 0.8% | 0.83% | - |
| HSV(B) | 109.86º | 0.29% | 0.96% | - |
| XYZ | 61.19 | 79.57 | 52.69 | - |
| YUV | 220.27 | 102.45 | 104.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 246 | 175 | 0.24 | 0 | 0.29 | 0.04 | 109.86 | 0.8 | 0.83 |
| Hex | BB | F6 | AF | 18 | 0 | 1D | 4 | 6E | 50 | 53 |
| Octal | 273 | 366 | 257 | 30 | 0 | 35 | 4 | 156 | 120 | 123 |
| Binary | 10111011 | 11110110 | 10101111 | 11000 | 0 | 11101 | 100 | 1101110 | 1010000 | 1010011 |
Color Harmonies of #BBF6AF
Complementary color
Monochromatic Colors of #BBF6AF
Black with #BBF6AF
Text Example
Text Example
White with #BBF6AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBF6AF; }
p { color: rgb(187,246,175); }
H1.HeaderClassName
{
color: #BBF6AF;
}
.AnyTagClassName
{
color: #BBF6AF;
}
</style>
background-color css
<style>
a { background-color: #BBF6AF; }
a { background-color: rgb(187,246,175); }
div.DivClassName
{
background-color: #BBF6AF;
}
.BgClassName
{
background-color: #BBF6AF;
}
</style>
border-color css
<style>
span { border-color: #BBF6AF; }
span { border-color: rgb(187,246,175); }
td.TdClassName
{
border-color: #BBF6AF;
}
.TagClassName
{
border-color: #BBF6AF;
}
</style>