Shades of Madang #BBFDA5
Tints of Madang #BBFDA5
RGB
CMYK
RGB Variations
Color information
#BBFDA5 (or 0xBBFDA5) is known color: Madang. HEX triplet: BB, FD and A5. RGB value is (187,253,165). Sum of RGB (Red+Green+Blue) = 187+253+165=605 (80% of max value = 765). Red value is 187 (73.44% from 255 or 30.91% from 605); Green value is 253 (99.22% from 255 or 41.82% from 605); Blue value is 165 (64.84% from 255 or 27.27% from 605); Max value from RGB is 253 - color contains mainly: green. Hex color #BBFDA5 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BBFDA5 is #44025A. Grayscale: #DFDFDF. Windows color (decimal): -4457051 or 10878395. OLE color: 10878395.
HSL color Cylindrical-coordinate representation of color #BBFDA5: hue angle of 105º degrees, saturation: 0.96, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #BBFDA5 is Cyan = 0.26, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 187 | 253 | 165 | - |
| CMYK | 0.26 | 0 | 0.35 | 0.01 |
| HSL | 105º | 0.96% | 0.82% | - |
| HSV(B) | 105º | 0.35% | 0.99% | - |
| XYZ | 62.41 | 83.53 | 48.43 | - |
| YUV | 223.23 | 95.13 | 102.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 253 | 165 | 0.26 | 0 | 0.35 | 0.01 | 105 | 0.96 | 0.82 |
| Hex | BB | FD | A5 | 1A | 0 | 23 | 1 | 69 | 60 | 52 |
| Octal | 273 | 375 | 245 | 32 | 0 | 43 | 1 | 151 | 140 | 122 |
| Binary | 10111011 | 11111101 | 10100101 | 11010 | 0 | 100011 | 1 | 1101001 | 1100000 | 1010010 |
Color Harmonies of #BBFDA5
Complementary color
Monochromatic Colors of #BBFDA5
Black with #BBFDA5
Text Example
Text Example
White with #BBFDA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBFDA5; }
p { color: rgb(187,253,165); }
H1.HeaderClassName
{
color: #BBFDA5;
}
.AnyTagClassName
{
color: #BBFDA5;
}
</style>
background-color css
<style>
a { background-color: #BBFDA5; }
a { background-color: rgb(187,253,165); }
div.DivClassName
{
background-color: #BBFDA5;
}
.BgClassName
{
background-color: #BBFDA5;
}
</style>
border-color css
<style>
span { border-color: #BBFDA5; }
span { border-color: rgb(187,253,165); }
td.TdClassName
{
border-color: #BBFDA5;
}
.TagClassName
{
border-color: #BBFDA5;
}
</style>