Shades of Madang #BDFDB4
Tints of Madang #BDFDB4
RGB
CMYK
RGB Variations
Color information
#BDFDB4 (or 0xBDFDB4) is known color: Madang. HEX triplet: BD, FD and B4. RGB value is (189,253,180). Sum of RGB (Red+Green+Blue) = 189+253+180=622 (82% of max value = 765). Red value is 189 (74.22% from 255 or 30.39% from 622); Green value is 253 (99.22% from 255 or 40.68% from 622); Blue value is 180 (70.70% from 255 or 28.94% from 622); Max value from RGB is 253 - color contains mainly: green. Hex color #BDFDB4 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BDFDB4 is #42024B. Grayscale: #E1E1E1. Windows color (decimal): -4325964 or 11861437. OLE color: 11861437.
HSL color Cylindrical-coordinate representation of color #BDFDB4: hue angle of 112.6º degrees, saturation: 0.95, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #BDFDB4 is Cyan = 0.25, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.01.
Color convert
RGB | 189 | 253 | 180 | - |
CMYK | 0.25 | 0 | 0.29 | 0.01 |
HSL | 112.6º | 0.95% | 0.85% | - |
HSV(B) | 112.6º | 0.29% | 0.99% | - |
XYZ | 64.35 | 84.36 | 56.07 | - |
YUV | 225.54 | 102.3 | 101.94 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 189 | 253 | 180 | 0.25 | 0 | 0.29 | 0.01 | 112.6 | 0.95 | 0.85 |
Hex | BD | FD | B4 | 19 | 0 | 1D | 1 | 71 | 5F | 55 |
Octal | 275 | 375 | 264 | 31 | 0 | 35 | 1 | 161 | 137 | 125 |
Binary | 10111101 | 11111101 | 10110100 | 11001 | 0 | 11101 | 1 | 1110001 | 1011111 | 1010101 |
Color Harmonies of #BDFDB4
Complementary color
Monochromatic Colors of #BDFDB4
Black with #BDFDB4
Text Example
Text Example
White with #BDFDB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDFDB4; }
p { color: rgb(189,253,180); }
H1.HeaderClassName
{
color: #BDFDB4;
}
.AnyTagClassName
{
color: #BDFDB4;
}
</style>
background-color css
<style>
a { background-color: #BDFDB4; }
a { background-color: rgb(189,253,180); }
div.DivClassName
{
background-color: #BDFDB4;
}
.BgClassName
{
background-color: #BDFDB4;
}
</style>
border-color css
<style>
span { border-color: #BDFDB4; }
span { border-color: rgb(189,253,180); }
td.TdClassName
{
border-color: #BDFDB4;
}
.TagClassName
{
border-color: #BDFDB4;
}
</style>