#BEFAA3

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

Shades of Madang #BEFAA3

Tints of Madang #BEFAA3

Color information

#BEFAA3 (or 0xBEFAA3) is unknown color: approx Madang. HEX triplet: BE, FA and A3. RGB value is (190,250,163). Sum of RGB (Red+Green+Blue) = 190+250+163=603 (79% of max value = 765). Red value is 190 (74.61% from 255 or 31.51% from 603); Green value is 250 (98.05% from 255 or 41.46% from 603); Blue value is 163 (64.06% from 255 or 27.03% from 603); Max value from RGB is 250 - color contains mainly: green. Hex color #BEFAA3 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BEFAA3 is #41055C. Grayscale: #DEDEDE. Windows color (decimal): -4261213 or 10746558. OLE color: 10746558.

HSL color Cylindrical-coordinate representation of color #BEFAA3: hue angle of 101.38º degrees, saturation: 0.9, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #BEFAA3 is Cyan = 0.24, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.02.

Color convert

RGB190250163-
CMYK0.2400.350.02
HSL101.38º89.69%80.98%-
HSV(B)101.38º34.8%98.04%-
XYZ62.0381.9647.2-
YUV222.1494.62105.07-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 31.51%
GREEN value IS 250 (98.05% from 255) = 41.46%
BLUE value IS 163 (64.06% from 255) = 27.03%
R=31.51%
G=41.46%
B=27.03%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1902501630.2400.350.02101.3889.6980.98
HexBEFAA3180232655a51
Octal276372243300432145132121
Binary10111110111110101010001111000010001110110010110110101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEFAA3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEFAA3; }

 p { color: rgb(190,250,163); }

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

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

 a { background-color: rgb(190,250,163); }

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

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

 span { border-color: rgb(190,250,163); }

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