#BEFAB2

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

Shades of Madang #BEFAB2

Tints of Madang #BEFAB2

Color information

#BEFAB2 (or 0xBEFAB2) is unknown color: approx Madang. HEX triplet: BE, FA and B2. RGB value is (190,250,178). Sum of RGB (Red+Green+Blue) = 190+250+178=618 (81% of max value = 765). Red value is 190 (74.61% from 255 or 30.74% from 618); Green value is 250 (98.05% from 255 or 40.45% from 618); Blue value is 178 (69.92% from 255 or 28.80% from 618); Max value from RGB is 250 - color contains mainly: green. Hex color #BEFAB2 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BEFAB2 is #41054D. Grayscale: #E0E0E0. Windows color (decimal): -4261198 or 11729598. OLE color: 11729598.

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

Color convert

RGB190250178-
CMYK0.2400.290.02
HSL110º87.8%83.92%-
HSV(B)110º28.8%98.04%-
XYZ63.4682.5354.71-
YUV223.85102.12103.85-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 30.74%
GREEN value IS 250 (98.05% from 255) = 40.45%
BLUE value IS 178 (69.92% from 255) = 28.80%
R=30.74%
G=40.45%
B=28.80%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1902501780.2400.290.0211087.883.92
HexBEFAB21801D26e5854
Octal276372262300352156130124
Binary1011111011111010101100101100001110110110111010110001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEFAB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEFAB2; }

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

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

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

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

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

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

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

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