#BEF8A6

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

Shades of Madang #BEF8A6

Tints of Madang #BEF8A6

Color information

#BEF8A6 (or 0xBEF8A6) is unknown color: approx Madang. HEX triplet: BE, F8 and A6. RGB value is (190,248,166). Sum of RGB (Red+Green+Blue) = 190+248+166=604 (80% of max value = 765). Red value is 190 (74.61% from 255 or 31.46% from 604); Green value is 248 (97.27% from 255 or 41.06% from 604); Blue value is 166 (65.23% from 255 or 27.48% from 604); Max value from RGB is 248 - color contains mainly: green. Hex color #BEF8A6 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BEF8A6 is #410759. Grayscale: #DDDDDD. Windows color (decimal): -4261722 or 10942654. OLE color: 10942654.

HSL color Cylindrical-coordinate representation of color #BEF8A6: hue angle of 102.44º degrees, saturation: 0.85, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #BEF8A6 is Cyan = 0.23, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.03.

Color convert

RGB190248166-
CMYK0.2300.330.03
HSL102.44º85.42%81.18%-
HSV(B)102.44º33.06%97.25%-
XYZ61.6980.8448.43-
YUV221.3196.78105.67-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 31.46%
GREEN value IS 248 (97.27% from 255) = 41.06%
BLUE value IS 166 (65.23% from 255) = 27.48%
R=31.46%
G=41.06%
B=27.48%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1902481660.2300.330.03102.4485.4281.18
HexBEF8A6170213665551
Octal276370246270413146125121
Binary10111110111110001010011010111010000111110011010101011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEF8A6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEF8A6; }

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

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

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

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

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

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

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

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