Shades of Madang #BEFCA5
Tints of Madang #BEFCA5
RGB
CMYK
RGB Variations
Color information
#BEFCA5 (or 0xBEFCA5) is known color: Madang. HEX triplet: BE, FC and A5. RGB value is (190,252,165). Sum of RGB (Red+Green+Blue) = 190+252+165=607 (80% of max value = 765). Red value is 190 (74.61% from 255 or 31.30% from 607); Green value is 252 (98.83% from 255 or 41.52% from 607); Blue value is 165 (64.84% from 255 or 27.18% from 607); Max value from RGB is 252 - color contains mainly: green. Hex color #BEFCA5 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BEFCA5 is #41035A. Grayscale: #DFDFDF. Windows color (decimal): -4260699 or 10878142. OLE color: 10878142.
HSL color Cylindrical-coordinate representation of color #BEFCA5: hue angle of 102.76º degrees, saturation: 0.94, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #BEFCA5 is Cyan = 0.25, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 190 | 252 | 165 | - |
| CMYK | 0.25 | 0 | 0.35 | 0.01 |
| HSL | 102.76º | 0.94% | 0.82% | - |
| HSV(B) | 102.76º | 0.35% | 0.99% | - |
| XYZ | 62.84 | 83.28 | 48.36 | - |
| YUV | 223.54 | 94.96 | 104.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 252 | 165 | 0.25 | 0 | 0.35 | 0.01 | 102.76 | 0.94 | 0.82 |
| Hex | BE | FC | A5 | 19 | 0 | 23 | 1 | 67 | 5E | 52 |
| Octal | 276 | 374 | 245 | 31 | 0 | 43 | 1 | 147 | 136 | 122 |
| Binary | 10111110 | 11111100 | 10100101 | 11001 | 0 | 100011 | 1 | 1100111 | 1011110 | 1010010 |
Color Harmonies of #BEFCA5
Complementary color
Monochromatic Colors of #BEFCA5
Black with #BEFCA5
Text Example
Text Example
White with #BEFCA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEFCA5; }
p { color: rgb(190,252,165); }
H1.HeaderClassName
{
color: #BEFCA5;
}
.AnyTagClassName
{
color: #BEFCA5;
}
</style>
background-color css
<style>
a { background-color: #BEFCA5; }
a { background-color: rgb(190,252,165); }
div.DivClassName
{
background-color: #BEFCA5;
}
.BgClassName
{
background-color: #BEFCA5;
}
</style>
border-color css
<style>
span { border-color: #BEFCA5; }
span { border-color: rgb(190,252,165); }
td.TdClassName
{
border-color: #BEFCA5;
}
.TagClassName
{
border-color: #BEFCA5;
}
</style>