Shades of Madang #BEDDB2
Tints of Madang #BEDDB2
RGB
CMYK
RGB Variations
Color information
#BEDDB2 (or 0xBEDDB2) is known color: Madang. HEX triplet: BE, DD and B2. RGB value is (190,221,178). Sum of RGB (Red+Green+Blue) = 190+221+178=589 (78% of max value = 765). Red value is 190 (74.61% from 255 or 32.26% from 589); Green value is 221 (86.72% from 255 or 37.52% from 589); Blue value is 178 (69.92% from 255 or 30.22% from 589); Max value from RGB is 221 - color contains mainly: green. Hex color #BEDDB2 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BEDDB2 is #41224D. Grayscale: #CECECE. Windows color (decimal): -4268622 or 11722174. OLE color: 11722174.
HSL color Cylindrical-coordinate representation of color #BEDDB2: hue angle of 103.26º degrees, saturation: 0.39, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #BEDDB2 is Cyan = 0.14, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.13.
Color convert
RGB | 190 | 221 | 178 | - |
CMYK | 0.14 | 0 | 0.19 | 0.13 |
HSL | 103.26º | 0.39% | 0.78% | - |
HSV(B) | 103.26º | 0.19% | 0.87% | - |
XYZ | 55.13 | 65.87 | 51.93 | - |
YUV | 206.83 | 111.73 | 116 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 190 | 221 | 178 | 0.14 | 0 | 0.19 | 0.13 | 103.26 | 0.39 | 0.78 |
Hex | BE | DD | B2 | E | 0 | 13 | D | 67 | 27 | 4E |
Octal | 276 | 335 | 262 | 16 | 0 | 23 | 15 | 147 | 47 | 116 |
Binary | 10111110 | 11011101 | 10110010 | 1110 | 0 | 10011 | 1101 | 1100111 | 100111 | 1001110 |
Color Harmonies of #BEDDB2
Complementary color
Monochromatic Colors of #BEDDB2
Black with #BEDDB2
Text Example
Text Example
White with #BEDDB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEDDB2; }
p { color: rgb(190,221,178); }
H1.HeaderClassName
{
color: #BEDDB2;
}
.AnyTagClassName
{
color: #BEDDB2;
}
</style>
background-color css
<style>
a { background-color: #BEDDB2; }
a { background-color: rgb(190,221,178); }
div.DivClassName
{
background-color: #BEDDB2;
}
.BgClassName
{
background-color: #BEDDB2;
}
</style>
border-color css
<style>
span { border-color: #BEDDB2; }
span { border-color: rgb(190,221,178); }
td.TdClassName
{
border-color: #BEDDB2;
}
.TagClassName
{
border-color: #BEDDB2;
}
</style>