Shades of Madang #BBFDAF
Tints of Madang #BBFDAF
RGB
CMYK
RGB Variations
Color information
#BBFDAF (or 0xBBFDAF) is known color: Madang. HEX triplet: BB, FD and AF. RGB value is (187,253,175). Sum of RGB (Red+Green+Blue) = 187+253+175=615 (81% of max value = 765). Red value is 187 (73.44% from 255 or 30.41% from 615); Green value is 253 (99.22% from 255 or 41.14% from 615); Blue value is 175 (68.75% from 255 or 28.46% from 615); Max value from RGB is 253 - color contains mainly: green. Hex color #BBFDAF is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BBFDAF is #440250. Grayscale: #E0E0E0. Windows color (decimal): -4457041 or 11533755. OLE color: 11533755.
HSL color Cylindrical-coordinate representation of color #BBFDAF: hue angle of 110.77º degrees, saturation: 0.95, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #BBFDAF is Cyan = 0.26, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 187 | 253 | 175 | - |
| CMYK | 0.26 | 0 | 0.31 | 0.01 |
| HSL | 110.77º | 0.95% | 0.84% | - |
| HSV(B) | 110.77º | 0.31% | 0.99% | - |
| XYZ | 63.36 | 83.91 | 53.41 | - |
| YUV | 224.37 | 100.13 | 101.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 253 | 175 | 0.26 | 0 | 0.31 | 0.01 | 110.77 | 0.95 | 0.84 |
| Hex | BB | FD | AF | 1A | 0 | 1F | 1 | 6F | 5F | 54 |
| Octal | 273 | 375 | 257 | 32 | 0 | 37 | 1 | 157 | 137 | 124 |
| Binary | 10111011 | 11111101 | 10101111 | 11010 | 0 | 11111 | 1 | 1101111 | 1011111 | 1010100 |
Color Harmonies of #BBFDAF
Complementary color
Monochromatic Colors of #BBFDAF
Black with #BBFDAF
Text Example
Text Example
White with #BBFDAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBFDAF; }
p { color: rgb(187,253,175); }
H1.HeaderClassName
{
color: #BBFDAF;
}
.AnyTagClassName
{
color: #BBFDAF;
}
</style>
background-color css
<style>
a { background-color: #BBFDAF; }
a { background-color: rgb(187,253,175); }
div.DivClassName
{
background-color: #BBFDAF;
}
.BgClassName
{
background-color: #BBFDAF;
}
</style>
border-color css
<style>
span { border-color: #BBFDAF; }
span { border-color: rgb(187,253,175); }
td.TdClassName
{
border-color: #BBFDAF;
}
.TagClassName
{
border-color: #BBFDAF;
}
</style>