Shades of Madang #BBEDAF
Tints of Madang #BBEDAF
RGB
CMYK
RGB Variations
Color information
#BBEDAF (or 0xBBEDAF) is known color: Madang. HEX triplet: BB, ED and AF. RGB value is (187,237,175). Sum of RGB (Red+Green+Blue) = 187+237+175=599 (79% of max value = 765). Red value is 187 (73.44% from 255 or 31.22% from 599); Green value is 237 (92.97% from 255 or 39.57% from 599); Blue value is 175 (68.75% from 255 or 29.22% from 599); Max value from RGB is 237 - color contains mainly: green. Hex color #BBEDAF is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BBEDAF is #441250. Grayscale: #D7D7D7. Windows color (decimal): -4461137 or 11529659. OLE color: 11529659.
HSL color Cylindrical-coordinate representation of color #BBEDAF: hue angle of 108.39º degrees, saturation: 0.63, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #BBEDAF is Cyan = 0.21, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 187 | 237 | 175 | - |
| CMYK | 0.21 | 0 | 0.26 | 0.07 |
| HSL | 108.39º | 0.63% | 0.81% | - |
| HSV(B) | 108.39º | 0.26% | 0.93% | - |
| XYZ | 58.52 | 74.23 | 51.8 | - |
| YUV | 214.98 | 105.44 | 108.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 237 | 175 | 0.21 | 0 | 0.26 | 0.07 | 108.39 | 0.63 | 0.81 |
| Hex | BB | ED | AF | 15 | 0 | 1A | 7 | 6C | 3F | 51 |
| Octal | 273 | 355 | 257 | 25 | 0 | 32 | 7 | 154 | 77 | 121 |
| Binary | 10111011 | 11101101 | 10101111 | 10101 | 0 | 11010 | 111 | 1101100 | 111111 | 1010001 |
Color Harmonies of #BBEDAF
Complementary color
Monochromatic Colors of #BBEDAF
Black with #BBEDAF
Text Example
Text Example
White with #BBEDAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBEDAF; }
p { color: rgb(187,237,175); }
H1.HeaderClassName
{
color: #BBEDAF;
}
.AnyTagClassName
{
color: #BBEDAF;
}
</style>
background-color css
<style>
a { background-color: #BBEDAF; }
a { background-color: rgb(187,237,175); }
div.DivClassName
{
background-color: #BBEDAF;
}
.BgClassName
{
background-color: #BBEDAF;
}
</style>
border-color css
<style>
span { border-color: #BBEDAF; }
span { border-color: rgb(187,237,175); }
td.TdClassName
{
border-color: #BBEDAF;
}
.TagClassName
{
border-color: #BBEDAF;
}
</style>