#BEFCA0

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

Shades of Madang #BEFCA0

Tints of Madang #BEFCA0

Color information

#BEFCA0 (or 0xBEFCA0) is unknown color: approx Madang. HEX triplet: BE, FC and A0. RGB value is (190,252,160). Sum of RGB (Red+Green+Blue) = 190+252+160=602 (79% of max value = 765). Red value is 190 (74.61% from 255 or 31.56% from 602); Green value is 252 (98.83% from 255 or 41.86% from 602); Blue value is 160 (62.89% from 255 or 26.58% from 602); Max value from RGB is 252 - color contains mainly: green. Hex color #BEFCA0 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BEFCA0 is #41035F. Grayscale: #DFDFDF. Windows color (decimal): -4260704 or 10550462. OLE color: 10550462.

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

Color convert

RGB190252160-
CMYK0.2500.370.01
HSL100.43º93.88%80.78%-
HSV(B)100.43º36.51%98.82%-
XYZ62.3983.1146.01-
YUV222.9792.46104.48-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 31.56%
GREEN value IS 252 (98.83% from 255) = 41.86%
BLUE value IS 160 (62.89% from 255) = 26.58%
R=31.56%
G=41.86%
B=26.58%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1902521600.2500.370.01100.4393.8880.78
HexBEFCA0190251645e51
Octal276374240310451144136121
Binary1011111011111100101000001100101001011110010010111101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEFCA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEFCA0; }

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

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

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

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

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

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

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

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