#BEF1AF

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

Shades of Madang #BEF1AF

Tints of Madang #BEF1AF

Color information

#BEF1AF (or 0xBEF1AF) is unknown color: approx Madang. HEX triplet: BE, F1 and AF. RGB value is (190,241,175). Sum of RGB (Red+Green+Blue) = 190+241+175=606 (80% of max value = 765). Red value is 190 (74.61% from 255 or 31.35% from 606); Green value is 241 (94.53% from 255 or 39.77% from 606); Blue value is 175 (68.75% from 255 or 28.88% from 606); Max value from RGB is 241 - color contains mainly: green. Hex color #BEF1AF is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BEF1AF is #410E50. Grayscale: #DADADA. Windows color (decimal): -4263505 or 11530686. OLE color: 11530686.

HSL color Cylindrical-coordinate representation of color #BEF1AF: hue angle of 106.36º degrees, saturation: 0.7, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #BEF1AF is Cyan = 0.21, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.05.

Color convert

RGB190241175-
CMYK0.2100.270.05
HSL106.36º70.21%81.57%-
HSV(B)106.36º27.39%94.51%-
XYZ60.4376.9552.23-
YUV218.23103.6107.87-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 31.35%
GREEN value IS 241 (94.53% from 255) = 39.77%
BLUE value IS 175 (68.75% from 255) = 28.88%
R=31.35%
G=39.77%
B=28.88%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1902411750.2100.270.05106.3670.2181.57
HexBEF1AF1501B56a4652
Octal276361257250335152106122
Binary10111110111100011010111110101011011101110101010001101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEF1AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEF1AF; }

 p { color: rgb(190,241,175); }

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

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

 a { background-color: rgb(190,241,175); }

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

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

 span { border-color: rgb(190,241,175); }

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