#BEFCA2

Color #BEFCA2 Madang (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Madang #BEFCA2

Tints of Madang #BEFCA2

Color information

#BEFCA2 (or 0xBEFCA2) is unknown color: approx Madang. HEX triplet: BE, FC and A2. RGB value is (190,252,162). Sum of RGB (Red+Green+Blue) = 190+252+162=604 (80% of max value = 765). Red value is 190 (74.61% from 255 or 31.46% from 604); Green value is 252 (98.83% from 255 or 41.72% from 604); Blue value is 162 (63.67% from 255 or 26.82% from 604); Max value from RGB is 252 - color contains mainly: green. Hex color #BEFCA2 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BEFCA2 is #41035D. Grayscale: #DFDFDF. Windows color (decimal): -4260702 or 10681534. OLE color: 10681534.

HSL color Cylindrical-coordinate representation of color #BEFCA2: hue angle of 101.33º degrees, saturation: 0.94, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #BEFCA2 is Cyan = 0.25, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.01.

Color convert

RGB190252162-
CMYK0.2500.360.01
HSL101.33º93.75%81.18%-
HSV(B)101.33º35.71%98.82%-
XYZ62.5783.1846.94-
YUV223.293.46104.32-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 190 (74.61% from 255) = 31.46%
GREEN value IS 252 (98.83% from 255) = 41.72%
BLUE value IS 162 (63.67% from 255) = 26.82%
R=31.46%
G=41.72%
B=26.82%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1902521620.2500.360.01101.3393.7581.18
HexBEFCA2190241655e51
Octal276374242310441145136121
Binary1011111011111100101000101100101001001110010110111101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEFCA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEFCA2; }

 p { color: rgb(190,252,162); }

 H1.HeaderClassName
 {
   color: #BEFCA2;
 }
 .AnyTagClassName
 {
   color: #BEFCA2;
 }
</style>
background-color css

<style>
 a { background-color: #BEFCA2; }

 a { background-color: rgb(190,252,162); }

 div.DivClassName
 {
   background-color: #BEFCA2;
 }
 .BgClassName
 {
   background-color: #BEFCA2;
 }
</style>
border-color css

<style>
 span { border-color: #BEFCA2; }

 span { border-color: rgb(190,252,162); }

 td.TdClassName
 {
   border-color: #BEFCA2;
 }
 .TagClassName
 {
   border-color: #BEFCA2;
 }
</style>