#BEFAA1

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

Shades of Madang #BEFAA1

Tints of Madang #BEFAA1

Color information

#BEFAA1 (or 0xBEFAA1) is unknown color: approx Madang. HEX triplet: BE, FA and A1. RGB value is (190,250,161). Sum of RGB (Red+Green+Blue) = 190+250+161=601 (79% of max value = 765). Red value is 190 (74.61% from 255 or 31.61% from 601); Green value is 250 (98.05% from 255 or 41.60% from 601); Blue value is 161 (63.28% from 255 or 26.79% from 601); Max value from RGB is 250 - color contains mainly: green. Hex color #BEFAA1 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BEFAA1 is #41055E. Grayscale: #DEDEDE. Windows color (decimal): -4261215 or 10615486. OLE color: 10615486.

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

Color convert

RGB190250161-
CMYK0.2400.360.02
HSL100.45º89.9%80.59%-
HSV(B)100.45º35.6%98.04%-
XYZ61.8581.8946.26-
YUV221.9193.62105.24-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 31.61%
GREEN value IS 250 (98.05% from 255) = 41.60%
BLUE value IS 161 (63.28% from 255) = 26.79%
R=31.61%
G=41.60%
B=26.79%

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
Decimal1902501610.2400.360.02100.4589.980.59
HexBEFAA1180242645a51
Octal276372241300442144132121
Binary10111110111110101010000111000010010010110010010110101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEFAA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEFAA1; }

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

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

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

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

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

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

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

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