#BEFAB0

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

Shades of Madang #BEFAB0

Tints of Madang #BEFAB0

Color information

#BEFAB0 (or 0xBEFAB0) is unknown color: approx Madang. HEX triplet: BE, FA and B0. RGB value is (190,250,176). Sum of RGB (Red+Green+Blue) = 190+250+176=616 (81% of max value = 765). Red value is 190 (74.61% from 255 or 30.84% from 616); Green value is 250 (98.05% from 255 or 40.58% from 616); Blue value is 176 (69.14% from 255 or 28.57% from 616); Max value from RGB is 250 - color contains mainly: green. Hex color #BEFAB0 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BEFAB0 is #41054F. Grayscale: #DFDFDF. Windows color (decimal): -4261200 or 11598526. OLE color: 11598526.

HSL color Cylindrical-coordinate representation of color #BEFAB0: hue angle of 108.65º degrees, saturation: 0.88, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #BEFAB0 is Cyan = 0.24, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.02.

Color convert

RGB190250176-
CMYK0.2400.300.02
HSL108.65º88.1%83.53%-
HSV(B)108.65º29.6%98.04%-
XYZ63.2682.4553.66-
YUV223.62101.12104.02-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 30.84%
GREEN value IS 250 (98.05% from 255) = 40.58%
BLUE value IS 176 (69.14% from 255) = 28.57%
R=30.84%
G=40.58%
B=28.57%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1902501760.2400.300.02108.6588.183.53
HexBEFAB01801E26d5854
Octal276372260300362155130124
Binary1011111011111010101100001100001111010110110110110001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEFAB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEFAB0; }

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

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

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

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

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

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

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

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