#BEFAA6

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

Shades of Madang #BEFAA6

Tints of Madang #BEFAA6

Color information

#BEFAA6 (or 0xBEFAA6) is unknown color: approx Madang. HEX triplet: BE, FA and A6. RGB value is (190,250,166). Sum of RGB (Red+Green+Blue) = 190+250+166=606 (80% of max value = 765). Red value is 190 (74.61% from 255 or 31.35% from 606); Green value is 250 (98.05% from 255 or 41.25% from 606); Blue value is 166 (65.23% from 255 or 27.39% from 606); Max value from RGB is 250 - color contains mainly: green. Hex color #BEFAA6 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BEFAA6 is #410559. Grayscale: #DEDEDE. Windows color (decimal): -4261210 or 10943166. OLE color: 10943166.

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

Color convert

RGB190250166-
CMYK0.2400.340.02
HSL102.86º89.36%81.57%-
HSV(B)102.86º33.6%98.04%-
XYZ62.382.0748.63-
YUV222.4896.12104.83-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 31.35%
GREEN value IS 250 (98.05% from 255) = 41.25%
BLUE value IS 166 (65.23% from 255) = 27.39%
R=31.35%
G=41.25%
B=27.39%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1902501660.2400.340.02102.8689.3681.57
HexBEFAA6180222675952
Octal276372246300422147131122
Binary10111110111110101010011011000010001010110011110110011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEFAA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEFAA6; }

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

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

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

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

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

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

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

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