Shades of Madang #BDEF9C
Tints of Madang #BDEF9C
RGB
CMYK
RGB Variations
Color information
#BDEF9C (or 0xBDEF9C) is known color: Madang. HEX triplet: BD, EF and 9C. RGB value is (189,239,156). Sum of RGB (Red+Green+Blue) = 189+239+156=584 (77% of max value = 765). Red value is 189 (74.22% from 255 or 32.36% from 584); Green value is 239 (93.75% from 255 or 40.92% from 584); Blue value is 156 (61.33% from 255 or 26.71% from 584); Max value from RGB is 239 - color contains mainly: green. Hex color #BDEF9C is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BDEF9C is #421063. Grayscale: #D6D6D6. Windows color (decimal): -4329572 or 10284989. OLE color: 10284989.
HSL color Cylindrical-coordinate representation of color #BDEF9C: hue angle of 96.14º degrees, saturation: 0.72, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #BDEF9C is Cyan = 0.21, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 189 | 239 | 156 | - |
| CMYK | 0.21 | 0 | 0.35 | 0.06 |
| HSL | 96.14º | 0.72% | 0.77% | - |
| HSV(B) | 96.14º | 0.35% | 0.94% | - |
| XYZ | 57.85 | 74.95 | 42.87 | - |
| YUV | 214.59 | 94.94 | 109.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 239 | 156 | 0.21 | 0 | 0.35 | 0.06 | 96.14 | 0.72 | 0.77 |
| Hex | BD | EF | 9C | 15 | 0 | 23 | 6 | 60 | 48 | 4D |
| Octal | 275 | 357 | 234 | 25 | 0 | 43 | 6 | 140 | 110 | 115 |
| Binary | 10111101 | 11101111 | 10011100 | 10101 | 0 | 100011 | 110 | 1100000 | 1001000 | 1001101 |
Color Harmonies of #BDEF9C
Complementary color
Monochromatic Colors of #BDEF9C
Black with #BDEF9C
Text Example
Text Example
White with #BDEF9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDEF9C; }
p { color: rgb(189,239,156); }
H1.HeaderClassName
{
color: #BDEF9C;
}
.AnyTagClassName
{
color: #BDEF9C;
}
</style>
background-color css
<style>
a { background-color: #BDEF9C; }
a { background-color: rgb(189,239,156); }
div.DivClassName
{
background-color: #BDEF9C;
}
.BgClassName
{
background-color: #BDEF9C;
}
</style>
border-color css
<style>
span { border-color: #BDEF9C; }
span { border-color: rgb(189,239,156); }
td.TdClassName
{
border-color: #BDEF9C;
}
.TagClassName
{
border-color: #BDEF9C;
}
</style>