#BEFAA4

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

Shades of Madang #BEFAA4

Tints of Madang #BEFAA4

Color information

#BEFAA4 (or 0xBEFAA4) is unknown color: approx Madang. HEX triplet: BE, FA and A4. RGB value is (190,250,164). Sum of RGB (Red+Green+Blue) = 190+250+164=604 (80% of max value = 765). Red value is 190 (74.61% from 255 or 31.46% from 604); Green value is 250 (98.05% from 255 or 41.39% from 604); Blue value is 164 (64.45% from 255 or 27.15% from 604); Max value from RGB is 250 - color contains mainly: green. Hex color #BEFAA4 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BEFAA4 is #41055B. Grayscale: #DEDEDE. Windows color (decimal): -4261212 or 10812094. OLE color: 10812094.

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

Color convert

RGB190250164-
CMYK0.2400.340.02
HSL101.86º89.58%81.18%-
HSV(B)101.86º34.4%98.04%-
XYZ62.128247.68-
YUV222.2695.12104.99-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 31.46%
GREEN value IS 250 (98.05% from 255) = 41.39%
BLUE value IS 164 (64.45% from 255) = 27.15%
R=31.46%
G=41.39%
B=27.15%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1902501640.2400.340.02101.8689.5881.18
HexBEFAA4180222665a51
Octal276372244300422146132121
Binary10111110111110101010010011000010001010110011010110101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEFAA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEFAA4; }

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

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

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

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

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

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

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

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