#BEDCAD

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

Shades of Madang #BEDCAD

Tints of Madang #BEDCAD

Color information

#BEDCAD (or 0xBEDCAD) is unknown color: approx Madang. HEX triplet: BE, DC and AD. RGB value is (190,220,173). Sum of RGB (Red+Green+Blue) = 190+220+173=583 (77% of max value = 765). Red value is 190 (74.61% from 255 or 32.59% from 583); Green value is 220 (86.33% from 255 or 37.74% from 583); Blue value is 173 (67.97% from 255 or 29.67% from 583); Max value from RGB is 220 - color contains mainly: green. Hex color #BEDCAD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BEDCAD is #412352. Grayscale: #CDCDCD. Windows color (decimal): -4268883 or 11394238. OLE color: 11394238.

HSL color Cylindrical-coordinate representation of color #BEDCAD: hue angle of 98.3º degrees, saturation: 0.4, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #BEDCAD is Cyan = 0.14, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.14.

Color convert

RGB190220173-
CMYK0.1400.210.14
HSL98.3º40.17%77.06%-
HSV(B)98.3º21.36%86.27%-
XYZ54.3765.1549.24-
YUV205.67109.56116.82-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 32.59%
GREEN value IS 220 (86.33% from 255) = 37.74%
BLUE value IS 173 (67.97% from 255) = 29.67%
R=32.59%
G=37.74%
B=29.67%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1902201730.1400.210.1498.340.1777.06
HexBEDCADE015E62284d
Octal276334255160251614250115
Binary1011111011011100101011011110010101111011000101010001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEDCAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEDCAD; }

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

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

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

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

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

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

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

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