#BEFBA5

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

Shades of Madang #BEFBA5

Tints of Madang #BEFBA5

Color information

#BEFBA5 (or 0xBEFBA5) is unknown color: approx Madang. HEX triplet: BE, FB and A5. RGB value is (190,251,165). Sum of RGB (Red+Green+Blue) = 190+251+165=606 (80% of max value = 765). Red value is 190 (74.61% from 255 or 31.35% from 606); Green value is 251 (98.44% from 255 or 41.42% from 606); Blue value is 165 (64.84% from 255 or 27.23% from 606); Max value from RGB is 251 - color contains mainly: green. Hex color #BEFBA5 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BEFBA5 is #41045A. Grayscale: #DFDFDF. Windows color (decimal): -4260955 or 10877886. OLE color: 10877886.

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

Color convert

RGB190251165-
CMYK0.2400.340.02
HSL102.56º91.49%81.57%-
HSV(B)102.56º34.26%98.43%-
XYZ62.5282.6648.26-
YUV222.9695.29104.49-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 31.35%
GREEN value IS 251 (98.44% from 255) = 41.42%
BLUE value IS 165 (64.84% from 255) = 27.23%
R=31.35%
G=41.42%
B=27.23%

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
Decimal1902511650.2400.340.02102.5691.4981.57
HexBEFBA5180222675b52
Octal276373245300422147133122
Binary10111110111110111010010111000010001010110011110110111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEFBA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEFBA5; }

 p { color: rgb(190,251,165); }

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

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

 a { background-color: rgb(190,251,165); }

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

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

 span { border-color: rgb(190,251,165); }

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