Shades of Madang #BEEDA8
Tints of Madang #BEEDA8
RGB
CMYK
RGB Variations
Color information
#BEEDA8 (or 0xBEEDA8) is known color: Madang. HEX triplet: BE, ED and A8. RGB value is (190,237,168). Sum of RGB (Red+Green+Blue) = 190+237+168=595 (78% of max value = 765). Red value is 190 (74.61% from 255 or 31.93% from 595); Green value is 237 (92.97% from 255 or 39.83% from 595); Blue value is 168 (66.02% from 255 or 28.24% from 595); Max value from RGB is 237 - color contains mainly: green. Hex color #BEEDA8 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BEEDA8 is #411257. Grayscale: #D7D7D7. Windows color (decimal): -4264536 or 11070910. OLE color: 11070910.
HSL color Cylindrical-coordinate representation of color #BEEDA8: hue angle of 100.87º degrees, saturation: 0.66, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #BEEDA8 is Cyan = 0.20, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.07.
Color convert
RGB | 190 | 237 | 168 | - |
CMYK | 0.20 | 0 | 0.29 | 0.07 |
HSL | 100.87º | 0.66% | 0.79% | - |
HSV(B) | 100.87º | 0.29% | 0.93% | - |
XYZ | 58.59 | 74.34 | 48.31 | - |
YUV | 215.08 | 101.43 | 110.11 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 190 | 237 | 168 | 0.20 | 0 | 0.29 | 0.07 | 100.87 | 0.66 | 0.79 |
Hex | BE | ED | A8 | 14 | 0 | 1D | 7 | 65 | 42 | 4F |
Octal | 276 | 355 | 250 | 24 | 0 | 35 | 7 | 145 | 102 | 117 |
Binary | 10111110 | 11101101 | 10101000 | 10100 | 0 | 11101 | 111 | 1100101 | 1000010 | 1001111 |
Color Harmonies of #BEEDA8
Complementary color
Monochromatic Colors of #BEEDA8
Black with #BEEDA8
Text Example
Text Example
White with #BEEDA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEEDA8; }
p { color: rgb(190,237,168); }
H1.HeaderClassName
{
color: #BEEDA8;
}
.AnyTagClassName
{
color: #BEEDA8;
}
</style>
background-color css
<style>
a { background-color: #BEEDA8; }
a { background-color: rgb(190,237,168); }
div.DivClassName
{
background-color: #BEEDA8;
}
.BgClassName
{
background-color: #BEEDA8;
}
</style>
border-color css
<style>
span { border-color: #BEEDA8; }
span { border-color: rgb(190,237,168); }
td.TdClassName
{
border-color: #BEEDA8;
}
.TagClassName
{
border-color: #BEEDA8;
}
</style>