#BEFAAD

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

Shades of Madang #BEFAAD

Tints of Madang #BEFAAD

Color information

#BEFAAD (or 0xBEFAAD) is unknown color: approx Madang. HEX triplet: BE, FA and AD. RGB value is (190,250,173). Sum of RGB (Red+Green+Blue) = 190+250+173=613 (81% of max value = 765). Red value is 190 (74.61% from 255 or 31.00% from 613); Green value is 250 (98.05% from 255 or 40.78% from 613); Blue value is 173 (67.97% from 255 or 28.22% from 613); Max value from RGB is 250 - color contains mainly: green. Hex color #BEFAAD is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BEFAAD is #410552. Grayscale: #DFDFDF. Windows color (decimal): -4261203 or 11401918. OLE color: 11401918.

HSL color Cylindrical-coordinate representation of color #BEFAAD: hue angle of 106.75º degrees, saturation: 0.89, 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 #BEFAAD is Cyan = 0.24, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.02.

Color convert

RGB190250173-
CMYK0.2400.310.02
HSL106.75º88.51%82.94%-
HSV(B)106.75º30.8%98.04%-
XYZ62.9682.3452.11-
YUV223.2899.62104.26-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 31.00%
GREEN value IS 250 (98.05% from 255) = 40.78%
BLUE value IS 173 (67.97% from 255) = 28.22%
R=31.00%
G=40.78%
B=28.22%

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
Decimal1902501730.2400.310.02106.7588.5182.94
HexBEFAAD1801F26b5953
Octal276372255300372153131123
Binary1011111011111010101011011100001111110110101110110011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEFAAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEFAAD; }

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

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

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

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

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

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

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

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