Shades of Madang #BBF5B4
Tints of Madang #BBF5B4
RGB
CMYK
RGB Variations
Color information
#BBF5B4 (or 0xBBF5B4) is known color: Madang. HEX triplet: BB, F5 and B4. RGB value is (187,245,180). Sum of RGB (Red+Green+Blue) = 187+245+180=612 (81% of max value = 765). Red value is 187 (73.44% from 255 or 30.56% from 612); Green value is 245 (96.09% from 255 or 40.03% from 612); Blue value is 180 (70.70% from 255 or 29.41% from 612); Max value from RGB is 245 - color contains mainly: green. Hex color #BBF5B4 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BBF5B4 is #440A4B. Grayscale: #DCDCDC. Windows color (decimal): -4459084 or 11859387. OLE color: 11859387.
HSL color Cylindrical-coordinate representation of color #BBF5B4: hue angle of 113.54º degrees, saturation: 0.76, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #BBF5B4 is Cyan = 0.24, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 187 | 245 | 180 | - |
| CMYK | 0.24 | 0 | 0.27 | 0.04 |
| HSL | 113.54º | 0.76% | 0.83% | - |
| HSV(B) | 113.54º | 0.27% | 0.96% | - |
| XYZ | 61.38 | 79.16 | 55.23 | - |
| YUV | 220.25 | 105.28 | 104.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 245 | 180 | 0.24 | 0 | 0.27 | 0.04 | 113.54 | 0.76 | 0.83 |
| Hex | BB | F5 | B4 | 18 | 0 | 1B | 4 | 72 | 4C | 53 |
| Octal | 273 | 365 | 264 | 30 | 0 | 33 | 4 | 162 | 114 | 123 |
| Binary | 10111011 | 11110101 | 10110100 | 11000 | 0 | 11011 | 100 | 1110010 | 1001100 | 1010011 |
Color Harmonies of #BBF5B4
Complementary color
Monochromatic Colors of #BBF5B4
Black with #BBF5B4
Text Example
Text Example
White with #BBF5B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBF5B4; }
p { color: rgb(187,245,180); }
H1.HeaderClassName
{
color: #BBF5B4;
}
.AnyTagClassName
{
color: #BBF5B4;
}
</style>
background-color css
<style>
a { background-color: #BBF5B4; }
a { background-color: rgb(187,245,180); }
div.DivClassName
{
background-color: #BBF5B4;
}
.BgClassName
{
background-color: #BBF5B4;
}
</style>
border-color css
<style>
span { border-color: #BBF5B4; }
span { border-color: rgb(187,245,180); }
td.TdClassName
{
border-color: #BBF5B4;
}
.TagClassName
{
border-color: #BBF5B4;
}
</style>