Shades of Madang #BBDEAF
Tints of Madang #BBDEAF
RGB
CMYK
RGB Variations
Color information
#BBDEAF (or 0xBBDEAF) is known color: Madang. HEX triplet: BB, DE and AF. RGB value is (187,222,175). Sum of RGB (Red+Green+Blue) = 187+222+175=584 (77% of max value = 765). Red value is 187 (73.44% from 255 or 32.02% from 584); Green value is 222 (87.11% from 255 or 38.01% from 584); Blue value is 175 (68.75% from 255 or 29.97% from 584); Max value from RGB is 222 - color contains mainly: green. Hex color #BBDEAF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBDEAF is #442150. Grayscale: #CECECE. Windows color (decimal): -4464977 or 11525819. OLE color: 11525819.
HSL color Cylindrical-coordinate representation of color #BBDEAF: hue angle of 104.68º degrees, saturation: 0.42, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #BBDEAF is Cyan = 0.16, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 187 | 222 | 175 | - |
| CMYK | 0.16 | 0 | 0.21 | 0.13 |
| HSL | 104.68º | 0.42% | 0.78% | - |
| HSV(B) | 104.68º | 0.21% | 0.87% | - |
| XYZ | 54.35 | 65.9 | 50.41 | - |
| YUV | 206.18 | 110.4 | 114.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 222 | 175 | 0.16 | 0 | 0.21 | 0.13 | 104.68 | 0.42 | 0.78 |
| Hex | BB | DE | AF | 10 | 0 | 15 | D | 69 | 2A | 4E |
| Octal | 273 | 336 | 257 | 20 | 0 | 25 | 15 | 151 | 52 | 116 |
| Binary | 10111011 | 11011110 | 10101111 | 10000 | 0 | 10101 | 1101 | 1101001 | 101010 | 1001110 |
Color Harmonies of #BBDEAF
Complementary color
Monochromatic Colors of #BBDEAF
Black with #BBDEAF
Text Example
Text Example
White with #BBDEAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBDEAF; }
p { color: rgb(187,222,175); }
H1.HeaderClassName
{
color: #BBDEAF;
}
.AnyTagClassName
{
color: #BBDEAF;
}
</style>
background-color css
<style>
a { background-color: #BBDEAF; }
a { background-color: rgb(187,222,175); }
div.DivClassName
{
background-color: #BBDEAF;
}
.BgClassName
{
background-color: #BBDEAF;
}
</style>
border-color css
<style>
span { border-color: #BBDEAF; }
span { border-color: rgb(187,222,175); }
td.TdClassName
{
border-color: #BBDEAF;
}
.TagClassName
{
border-color: #BBDEAF;
}
</style>