Shades of Madang #BEEFB2
Tints of Madang #BEEFB2
RGB
CMYK
RGB Variations
Color information
#BEEFB2 (or 0xBEEFB2) is known color: Madang. HEX triplet: BE, EF and B2. RGB value is (190,239,178). Sum of RGB (Red+Green+Blue) = 190+239+178=607 (80% of max value = 765). Red value is 190 (74.61% from 255 or 31.30% from 607); Green value is 239 (93.75% from 255 or 39.37% from 607); Blue value is 178 (69.92% from 255 or 29.32% from 607); Max value from RGB is 239 - color contains mainly: green. Hex color #BEEFB2 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BEEFB2 is #41104D. Grayscale: #D9D9D9. Windows color (decimal): -4264014 or 11726782. OLE color: 11726782.
HSL color Cylindrical-coordinate representation of color #BEEFB2: hue angle of 108.2º degrees, saturation: 0.66, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #BEEFB2 is Cyan = 0.21, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 190 | 239 | 178 | - |
| CMYK | 0.21 | 0 | 0.26 | 0.06 |
| HSL | 108.2º | 0.66% | 0.82% | - |
| HSV(B) | 108.2º | 0.26% | 0.94% | - |
| XYZ | 60.14 | 75.89 | 53.6 | - |
| YUV | 217.4 | 105.77 | 108.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 239 | 178 | 0.21 | 0 | 0.26 | 0.06 | 108.2 | 0.66 | 0.82 |
| Hex | BE | EF | B2 | 15 | 0 | 1A | 6 | 6C | 42 | 52 |
| Octal | 276 | 357 | 262 | 25 | 0 | 32 | 6 | 154 | 102 | 122 |
| Binary | 10111110 | 11101111 | 10110010 | 10101 | 0 | 11010 | 110 | 1101100 | 1000010 | 1010010 |
Color Harmonies of #BEEFB2
Complementary color
Monochromatic Colors of #BEEFB2
Black with #BEEFB2
Text Example
Text Example
White with #BEEFB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEEFB2; }
p { color: rgb(190,239,178); }
H1.HeaderClassName
{
color: #BEEFB2;
}
.AnyTagClassName
{
color: #BEEFB2;
}
</style>
background-color css
<style>
a { background-color: #BEEFB2; }
a { background-color: rgb(190,239,178); }
div.DivClassName
{
background-color: #BEEFB2;
}
.BgClassName
{
background-color: #BEEFB2;
}
</style>
border-color css
<style>
span { border-color: #BEEFB2; }
span { border-color: rgb(190,239,178); }
td.TdClassName
{
border-color: #BEEFB2;
}
.TagClassName
{
border-color: #BEEFB2;
}
</style>