#BEFAA0

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

Shades of Madang #BEFAA0

Tints of Madang #BEFAA0

Color information

#BEFAA0 (or 0xBEFAA0) is unknown color: approx Madang. HEX triplet: BE, FA and A0. RGB value is (190,250,160). Sum of RGB (Red+Green+Blue) = 190+250+160=600 (79% of max value = 765). Red value is 190 (74.61% from 255 or 31.67% from 600); Green value is 250 (98.05% from 255 or 41.67% from 600); Blue value is 160 (62.89% from 255 or 26.67% from 600); Max value from RGB is 250 - color contains mainly: green. Hex color #BEFAA0 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BEFAA0 is #41055F. Grayscale: #DEDEDE. Windows color (decimal): -4261216 or 10549950. OLE color: 10549950.

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

Color convert

RGB190250160-
CMYK0.2400.360.02
HSL100º90%80.39%-
HSV(B)100º36%98.04%-
XYZ61.7781.8645.8-
YUV221.893.12105.32-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 31.67%
GREEN value IS 250 (98.05% from 255) = 41.67%
BLUE value IS 160 (62.89% from 255) = 26.67%
R=31.67%
G=41.67%
B=26.67%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1902501600.2400.360.021009080.39
HexBEFAA0180242645a50
Octal276372240300442144132120
Binary10111110111110101010000011000010010010110010010110101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEFAA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEFAA0; }

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

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

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

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

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

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

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

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