#BEFCA5

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

Shades of Madang #BEFCA5

Tints of Madang #BEFCA5

Color information

#BEFCA5 (or 0xBEFCA5) is unknown color: approx Madang. HEX triplet: BE, FC and A5. RGB value is (190,252,165). Sum of RGB (Red+Green+Blue) = 190+252+165=607 (80% of max value = 765). Red value is 190 (74.61% from 255 or 31.30% from 607); Green value is 252 (98.83% from 255 or 41.52% from 607); Blue value is 165 (64.84% from 255 or 27.18% from 607); Max value from RGB is 252 - color contains mainly: green. Hex color #BEFCA5 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BEFCA5 is #41035A. Grayscale: #DFDFDF. Windows color (decimal): -4260699 or 10878142. OLE color: 10878142.

HSL color Cylindrical-coordinate representation of color #BEFCA5: hue angle of 102.76º degrees, saturation: 0.94, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #BEFCA5 is Cyan = 0.25, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.01.

Color convert

RGB190252165-
CMYK0.2500.350.01
HSL102.76º93.55%81.76%-
HSV(B)102.76º34.52%98.82%-
XYZ62.8483.2848.36-
YUV223.5494.96104.07-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 31.30%
GREEN value IS 252 (98.83% from 255) = 41.52%
BLUE value IS 165 (64.84% from 255) = 27.18%
R=31.30%
G=41.52%
B=27.18%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1902521650.2500.350.01102.7693.5581.76
HexBEFCA5190231675e52
Octal276374245310431147136122
Binary1011111011111100101001011100101000111110011110111101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEFCA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEFCA5; }

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

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

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

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

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

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

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

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