#BEFEAF

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

Shades of Madang #BEFEAF

Tints of Madang #BEFEAF

Color information

#BEFEAF (or 0xBEFEAF) is unknown color: approx Madang. HEX triplet: BE, FE and AF. RGB value is (190,254,175). Sum of RGB (Red+Green+Blue) = 190+254+175=619 (81% of max value = 765). Red value is 190 (74.61% from 255 or 30.69% from 619); Green value is 254 (99.61% from 255 or 41.03% from 619); Blue value is 175 (68.75% from 255 or 28.27% from 619); Max value from RGB is 254 - color contains mainly: green. Hex color #BEFEAF is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BEFEAF is #410150. Grayscale: #E2E2E2. Windows color (decimal): -4260177 or 11534014. OLE color: 11534014.

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

Color convert

RGB190254175-
CMYK0.2500.310.00
HSL108.61º97.53%84.12%-
HSV(B)108.61º31.1%99.61%-
XYZ64.4184.9353.55-
YUV225.8699.3102.42-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 30.69%
GREEN value IS 254 (99.61% from 255) = 41.03%
BLUE value IS 175 (68.75% from 255) = 28.27%
R=30.69%
G=41.03%
B=28.27%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1902541750.2500.310.00108.6197.5384.12
HexBEFEAF1901F06d6254
Octal276376257310370155142124
Binary101111101111111010101111110010111110110110111000101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEFEAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEFEAF; }

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

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

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

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

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

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

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

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