#BEFCA6

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

Shades of Madang #BEFCA6

Tints of Madang #BEFCA6

Color information

#BEFCA6 (or 0xBEFCA6) is unknown color: approx Madang. HEX triplet: BE, FC and A6. RGB value is (190,252,166). Sum of RGB (Red+Green+Blue) = 190+252+166=608 (80% of max value = 765). Red value is 190 (74.61% from 255 or 31.25% from 608); Green value is 252 (98.83% from 255 or 41.45% from 608); Blue value is 166 (65.23% from 255 or 27.30% from 608); Max value from RGB is 252 - color contains mainly: green. Hex color #BEFCA6 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BEFCA6 is #410359. Grayscale: #DFDFDF. Windows color (decimal): -4260698 or 10943678. OLE color: 10943678.

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

Color convert

RGB190252166-
CMYK0.2500.340.01
HSL103.26º93.48%81.96%-
HSV(B)103.26º34.13%98.82%-
XYZ62.9383.3248.84-
YUV223.6695.46103.99-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 31.25%
GREEN value IS 252 (98.83% from 255) = 41.45%
BLUE value IS 166 (65.23% from 255) = 27.30%
R=31.25%
G=41.45%
B=27.30%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1902521660.2500.340.01103.2693.4881.96
HexBEFCA6190221675d52
Octal276374246310421147135122
Binary1011111011111100101001101100101000101110011110111011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEFCA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEFCA6; }

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

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

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

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

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

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

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

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