#BEFFAC

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

Shades of Madang #BEFFAC

Tints of Madang #BEFFAC

Color information

#BEFFAC (or 0xBEFFAC) is unknown color: approx Madang. HEX triplet: BE, FF and AC. RGB value is (190,255,172). Sum of RGB (Red+Green+Blue) = 190+255+172=617 (81% of max value = 765). Red value is 190 (74.61% from 255 or 30.79% from 617); Green value is 255 (100% from 255 or 41.33% from 617); Blue value is 172 (67.58% from 255 or 27.88% from 617); Max value from RGB is 255 - color contains mainly: green. Hex color #BEFFAC is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BEFFAC is #410053. Grayscale: #E2E2E2. Windows color (decimal): -4259924 or 11337662. OLE color: 11337662.

HSL color Cylindrical-coordinate representation of color #BEFFAC: hue angle of 106.99º degrees, saturation: 1, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #BEFFAC is Cyan = 0.25, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.

Color convert

RGB190255172-
CMYK0.2500.330
HSL106.99º100%83.73%-
HSV(B)106.99º32.55%100%-
XYZ64.4485.4552.13-
YUV226.197.47102.25-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 30.79%
GREEN value IS 255 (100% from 255) = 41.33%
BLUE value IS 172 (67.58% from 255) = 27.88%
R=30.79%
G=41.33%
B=27.88%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1902551720.2500.330106.9910083.73
HexBEFFAC1902106b6454
Octal276377254310410153144124
Binary1011111011111111101011001100101000010110101111001001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEFFAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEFFAC; }

 p { color: rgb(190,255,172); }

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

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

 a { background-color: rgb(190,255,172); }

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

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

 span { border-color: rgb(190,255,172); }

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