#BEDEB2

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

Shades of Madang #BEDEB2

Tints of Madang #BEDEB2

Color information

#BEDEB2 (or 0xBEDEB2) is unknown color: approx Madang. HEX triplet: BE, DE and B2. RGB value is (190,222,178). Sum of RGB (Red+Green+Blue) = 190+222+178=590 (78% of max value = 765). Red value is 190 (74.61% from 255 or 32.20% from 590); Green value is 222 (87.11% from 255 or 37.63% from 590); Blue value is 178 (69.92% from 255 or 30.17% from 590); Max value from RGB is 222 - color contains mainly: green. Hex color #BEDEB2 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BEDEB2 is #41214D. Grayscale: #CFCFCF. Windows color (decimal): -4268366 or 11722430. OLE color: 11722430.

HSL color Cylindrical-coordinate representation of color #BEDEB2: hue angle of 103.64º degrees, saturation: 0.4, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #BEDEB2 is Cyan = 0.14, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.13.

Color convert

RGB190222178-
CMYK0.1400.200.13
HSL103.64º40%78.43%-
HSV(B)103.64º19.82%87.06%-
XYZ55.3966.452.02-
YUV207.42111.4115.58-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 32.20%
GREEN value IS 222 (87.11% from 255) = 37.63%
BLUE value IS 178 (69.92% from 255) = 30.17%
R=32.20%
G=37.63%
B=30.17%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1902221780.1400.200.13103.644078.43
HexBEDEB2E014D68284e
Octal276336262160241515050116
Binary1011111011011110101100101110010100110111010001010001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEDEB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEDEB2; }

 p { color: rgb(190,222,178); }

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

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

 a { background-color: rgb(190,222,178); }

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

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

 span { border-color: rgb(190,222,178); }

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