Shades of Madang #BDF1B4
Tints of Madang #BDF1B4
RGB
CMYK
RGB Variations
Color information
#BDF1B4 (or 0xBDF1B4) is known color: Madang. HEX triplet: BD, F1 and B4. RGB value is (189,241,180). Sum of RGB (Red+Green+Blue) = 189+241+180=610 (80% of max value = 765). Red value is 189 (74.22% from 255 or 30.98% from 610); Green value is 241 (94.53% from 255 or 39.51% from 610); Blue value is 180 (70.70% from 255 or 29.51% from 610); Max value from RGB is 241 - color contains mainly: green. Hex color #BDF1B4 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BDF1B4 is #420E4B. Grayscale: #DADADA. Windows color (decimal): -4329036 or 11858365. OLE color: 11858365.
HSL color Cylindrical-coordinate representation of color #BDF1B4: hue angle of 111.15º degrees, saturation: 0.69, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BDF1B4 is Cyan = 0.22, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 189 | 241 | 180 | - |
| CMYK | 0.22 | 0 | 0.25 | 0.05 |
| HSL | 111.15º | 0.69% | 0.83% | - |
| HSV(B) | 111.15º | 0.25% | 0.95% | - |
| XYZ | 60.68 | 77.02 | 54.85 | - |
| YUV | 218.5 | 106.27 | 106.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 241 | 180 | 0.22 | 0 | 0.25 | 0.05 | 111.15 | 0.69 | 0.83 |
| Hex | BD | F1 | B4 | 16 | 0 | 19 | 5 | 6F | 45 | 53 |
| Octal | 275 | 361 | 264 | 26 | 0 | 31 | 5 | 157 | 105 | 123 |
| Binary | 10111101 | 11110001 | 10110100 | 10110 | 0 | 11001 | 101 | 1101111 | 1000101 | 1010011 |
Color Harmonies of #BDF1B4
Complementary color
Monochromatic Colors of #BDF1B4
Black with #BDF1B4
Text Example
Text Example
White with #BDF1B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDF1B4; }
p { color: rgb(189,241,180); }
H1.HeaderClassName
{
color: #BDF1B4;
}
.AnyTagClassName
{
color: #BDF1B4;
}
</style>
background-color css
<style>
a { background-color: #BDF1B4; }
a { background-color: rgb(189,241,180); }
div.DivClassName
{
background-color: #BDF1B4;
}
.BgClassName
{
background-color: #BDF1B4;
}
</style>
border-color css
<style>
span { border-color: #BDF1B4; }
span { border-color: rgb(189,241,180); }
td.TdClassName
{
border-color: #BDF1B4;
}
.TagClassName
{
border-color: #BDF1B4;
}
</style>