#BEDFAC

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

Shades of Madang #BEDFAC

Tints of Madang #BEDFAC

Color information

#BEDFAC (or 0xBEDFAC) is unknown color: approx Madang. HEX triplet: BE, DF and AC. RGB value is (190,223,172). Sum of RGB (Red+Green+Blue) = 190+223+172=585 (77% of max value = 765). Red value is 190 (74.61% from 255 or 32.48% from 585); Green value is 223 (87.5% from 255 or 38.12% from 585); Blue value is 172 (67.58% from 255 or 29.40% from 585); Max value from RGB is 223 - color contains mainly: green. Hex color #BEDFAC is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BEDFAC is #412053. Grayscale: #CFCFCF. Windows color (decimal): -4268116 or 11329470. OLE color: 11329470.

HSL color Cylindrical-coordinate representation of color #BEDFAC: hue angle of 98.82º degrees, saturation: 0.44, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #BEDFAC is Cyan = 0.15, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.13.

Color convert

RGB190223172-
CMYK0.1500.230.13
HSL98.82º44.35%77.45%-
HSV(B)98.82º22.87%87.45%-
XYZ55.0766.749-
YUV207.32108.07115.65-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 32.48%
GREEN value IS 223 (87.5% from 255) = 38.12%
BLUE value IS 172 (67.58% from 255) = 29.40%
R=32.48%
G=38.12%
B=29.40%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1902231720.1500.230.1398.8244.3577.45
HexBEDFACF017D632c4d
Octal276337254170271514354115
Binary1011111011011111101011001111010111110111000111011001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEDFAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEDFAC; }

 p { color: rgb(190,223,172); }

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

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

 a { background-color: rgb(190,223,172); }

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

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

 span { border-color: rgb(190,223,172); }

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