#BEDBAC

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

Shades of Madang #BEDBAC

Tints of Madang #BEDBAC

Color information

#BEDBAC (or 0xBEDBAC) is unknown color: approx Madang. HEX triplet: BE, DB and AC. RGB value is (190,219,172). Sum of RGB (Red+Green+Blue) = 190+219+172=581 (76% of max value = 765). Red value is 190 (74.61% from 255 or 32.70% from 581); Green value is 219 (85.94% from 255 or 37.69% from 581); Blue value is 172 (67.58% from 255 or 29.60% from 581); Max value from RGB is 219 - color contains mainly: green. Hex color #BEDBAC is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BEDBAC is #412453. Grayscale: #CDCDCD. Windows color (decimal): -4269140 or 11328446. OLE color: 11328446.

HSL color Cylindrical-coordinate representation of color #BEDBAC: hue angle of 97.02º degrees, saturation: 0.39, 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 #BEDBAC is Cyan = 0.13, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.14.

Color convert

RGB190219172-
CMYK0.1300.210.14
HSL97.02º39.5%76.67%-
HSV(B)97.02º21.46%85.88%-
XYZ54.0164.5948.65-
YUV204.97109.39117.32-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 32.70%
GREEN value IS 219 (85.94% from 255) = 37.69%
BLUE value IS 172 (67.58% from 255) = 29.60%
R=32.70%
G=37.69%
B=29.60%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1902191720.1300.210.1497.0239.576.67
HexBEDBACD015E61274d
Octal276333254150251614147115
Binary1011111011011011101011001101010101111011000011001111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEDBAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEDBAC; }

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

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

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

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

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

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

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

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