Shades of Madang #BBEDA1
Tints of Madang #BBEDA1
RGB
CMYK
RGB Variations
Color information
#BBEDA1 (or 0xBBEDA1) is known color: Madang. HEX triplet: BB, ED and A1. RGB value is (187,237,161). Sum of RGB (Red+Green+Blue) = 187+237+161=585 (77% of max value = 765). Red value is 187 (73.44% from 255 or 31.97% from 585); Green value is 237 (92.97% from 255 or 40.51% from 585); Blue value is 161 (63.28% from 255 or 27.52% from 585); Max value from RGB is 237 - color contains mainly: green. Hex color #BBEDA1 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BBEDA1 is #44125E. Grayscale: #D5D5D5. Windows color (decimal): -4461151 or 10612155. OLE color: 10612155.
HSL color Cylindrical-coordinate representation of color #BBEDA1: hue angle of 99.47º degrees, saturation: 0.68, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #BBEDA1 is Cyan = 0.21, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 187 | 237 | 161 | - |
| CMYK | 0.21 | 0 | 0.32 | 0.07 |
| HSL | 99.47º | 0.68% | 0.78% | - |
| HSV(B) | 99.47º | 0.32% | 0.93% | - |
| XYZ | 57.21 | 73.71 | 44.93 | - |
| YUV | 213.39 | 98.44 | 109.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 237 | 161 | 0.21 | 0 | 0.32 | 0.07 | 99.47 | 0.68 | 0.78 |
| Hex | BB | ED | A1 | 15 | 0 | 20 | 7 | 63 | 44 | 4E |
| Octal | 273 | 355 | 241 | 25 | 0 | 40 | 7 | 143 | 104 | 116 |
| Binary | 10111011 | 11101101 | 10100001 | 10101 | 0 | 100000 | 111 | 1100011 | 1000100 | 1001110 |
Color Harmonies of #BBEDA1
Complementary color
Monochromatic Colors of #BBEDA1
Black with #BBEDA1
Text Example
Text Example
White with #BBEDA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBEDA1; }
p { color: rgb(187,237,161); }
H1.HeaderClassName
{
color: #BBEDA1;
}
.AnyTagClassName
{
color: #BBEDA1;
}
</style>
background-color css
<style>
a { background-color: #BBEDA1; }
a { background-color: rgb(187,237,161); }
div.DivClassName
{
background-color: #BBEDA1;
}
.BgClassName
{
background-color: #BBEDA1;
}
</style>
border-color css
<style>
span { border-color: #BBEDA1; }
span { border-color: rgb(187,237,161); }
td.TdClassName
{
border-color: #BBEDA1;
}
.TagClassName
{
border-color: #BBEDA1;
}
</style>