#BEFBAD

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

Shades of Madang #BEFBAD

Tints of Madang #BEFBAD

Color information

#BEFBAD (or 0xBEFBAD) is unknown color: approx Madang. HEX triplet: BE, FB and AD. RGB value is (190,251,173). Sum of RGB (Red+Green+Blue) = 190+251+173=614 (81% of max value = 765). Red value is 190 (74.61% from 255 or 30.94% from 614); Green value is 251 (98.44% from 255 or 40.88% from 614); Blue value is 173 (67.97% from 255 or 28.18% from 614); Max value from RGB is 251 - color contains mainly: green. Hex color #BEFBAD is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BEFBAD is #410452. Grayscale: #E0E0E0. Windows color (decimal): -4260947 or 11402174. OLE color: 11402174.

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

Color convert

RGB190251173-
CMYK0.2400.310.02
HSL106.92º90.7%83.14%-
HSV(B)106.92º31.08%98.43%-
XYZ63.2882.9652.21-
YUV223.8799.29103.84-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 30.94%
GREEN value IS 251 (98.44% from 255) = 40.88%
BLUE value IS 173 (67.97% from 255) = 28.18%
R=30.94%
G=40.88%
B=28.18%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1902511730.2400.310.02106.9290.783.14
HexBEFBAD1801F26b5b53
Octal276373255300372153133123
Binary1011111011111011101011011100001111110110101110110111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEFBAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEFBAD; }

 p { color: rgb(190,251,173); }

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

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

 a { background-color: rgb(190,251,173); }

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

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

 span { border-color: rgb(190,251,173); }

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