Shades of Madang #BDF8B2
Tints of Madang #BDF8B2
RGB
CMYK
RGB Variations
Color information
#BDF8B2 (or 0xBDF8B2) is known color: Madang. HEX triplet: BD, F8 and B2. RGB value is (189,248,178). Sum of RGB (Red+Green+Blue) = 189+248+178=615 (81% of max value = 765). Red value is 189 (74.22% from 255 or 30.73% from 615); Green value is 248 (97.27% from 255 or 40.33% from 615); Blue value is 178 (69.92% from 255 or 28.94% from 615); Max value from RGB is 248 - color contains mainly: green. Hex color #BDF8B2 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BDF8B2 is #42074D. Grayscale: #DEDEDE. Windows color (decimal): -4327246 or 11729085. OLE color: 11729085.
HSL color Cylindrical-coordinate representation of color #BDF8B2: hue angle of 110.57º degrees, saturation: 0.83, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #BDF8B2 is Cyan = 0.24, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 189 | 248 | 178 | - |
| CMYK | 0.24 | 0 | 0.28 | 0.03 |
| HSL | 110.57º | 0.83% | 0.84% | - |
| HSV(B) | 110.57º | 0.28% | 0.97% | - |
| XYZ | 62.59 | 81.17 | 54.49 | - |
| YUV | 222.38 | 102.95 | 104.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 248 | 178 | 0.24 | 0 | 0.28 | 0.03 | 110.57 | 0.83 | 0.84 |
| Hex | BD | F8 | B2 | 18 | 0 | 1C | 3 | 6F | 53 | 54 |
| Octal | 275 | 370 | 262 | 30 | 0 | 34 | 3 | 157 | 123 | 124 |
| Binary | 10111101 | 11111000 | 10110010 | 11000 | 0 | 11100 | 11 | 1101111 | 1010011 | 1010100 |
Color Harmonies of #BDF8B2
Complementary color
Monochromatic Colors of #BDF8B2
Black with #BDF8B2
Text Example
Text Example
White with #BDF8B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDF8B2; }
p { color: rgb(189,248,178); }
H1.HeaderClassName
{
color: #BDF8B2;
}
.AnyTagClassName
{
color: #BDF8B2;
}
</style>
background-color css
<style>
a { background-color: #BDF8B2; }
a { background-color: rgb(189,248,178); }
div.DivClassName
{
background-color: #BDF8B2;
}
.BgClassName
{
background-color: #BDF8B2;
}
</style>
border-color css
<style>
span { border-color: #BDF8B2; }
span { border-color: rgb(189,248,178); }
td.TdClassName
{
border-color: #BDF8B2;
}
.TagClassName
{
border-color: #BDF8B2;
}
</style>