Shades of Madang #BBECAD
Tints of Madang #BBECAD
RGB
CMYK
RGB Variations
Color information
#BBECAD (or 0xBBECAD) is known color: Madang. HEX triplet: BB, EC and AD. RGB value is (187,236,173). Sum of RGB (Red+Green+Blue) = 187+236+173=596 (78% of max value = 765). Red value is 187 (73.44% from 255 or 31.38% from 596); Green value is 236 (92.58% from 255 or 39.60% from 596); Blue value is 173 (67.97% from 255 or 29.03% from 596); Max value from RGB is 236 - color contains mainly: green. Hex color #BBECAD is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BBECAD is #441352. Grayscale: #D6D6D6. Windows color (decimal): -4461395 or 11398331. OLE color: 11398331.
HSL color Cylindrical-coordinate representation of color #BBECAD: hue angle of 106.67º degrees, saturation: 0.62, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #BBECAD is Cyan = 0.21, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 187 | 236 | 173 | - |
| CMYK | 0.21 | 0 | 0.27 | 0.07 |
| HSL | 106.67º | 0.62% | 0.8% | - |
| HSV(B) | 106.67º | 0.27% | 0.93% | - |
| XYZ | 58.03 | 73.57 | 50.68 | - |
| YUV | 214.17 | 104.77 | 108.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 236 | 173 | 0.21 | 0 | 0.27 | 0.07 | 106.67 | 0.62 | 0.8 |
| Hex | BB | EC | AD | 15 | 0 | 1B | 7 | 6B | 3E | 50 |
| Octal | 273 | 354 | 255 | 25 | 0 | 33 | 7 | 153 | 76 | 120 |
| Binary | 10111011 | 11101100 | 10101101 | 10101 | 0 | 11011 | 111 | 1101011 | 111110 | 1010000 |
Color Harmonies of #BBECAD
Complementary color
Monochromatic Colors of #BBECAD
Black with #BBECAD
Text Example
Text Example
White with #BBECAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBECAD; }
p { color: rgb(187,236,173); }
H1.HeaderClassName
{
color: #BBECAD;
}
.AnyTagClassName
{
color: #BBECAD;
}
</style>
background-color css
<style>
a { background-color: #BBECAD; }
a { background-color: rgb(187,236,173); }
div.DivClassName
{
background-color: #BBECAD;
}
.BgClassName
{
background-color: #BBECAD;
}
</style>
border-color css
<style>
span { border-color: #BBECAD; }
span { border-color: rgb(187,236,173); }
td.TdClassName
{
border-color: #BBECAD;
}
.TagClassName
{
border-color: #BBECAD;
}
</style>