#BEDEAD

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

Shades of Madang #BEDEAD

Tints of Madang #BEDEAD

Color information

#BEDEAD (or 0xBEDEAD) is unknown color: approx Madang. HEX triplet: BE, DE and AD. RGB value is (190,222,173). Sum of RGB (Red+Green+Blue) = 190+222+173=585 (77% of max value = 765). Red value is 190 (74.61% from 255 or 32.48% from 585); Green value is 222 (87.11% from 255 or 37.95% from 585); Blue value is 173 (67.97% from 255 or 29.57% from 585); Max value from RGB is 222 - color contains mainly: green. Hex color #BEDEAD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BEDEAD is #412152. Grayscale: #CFCFCF. Windows color (decimal): -4268371 or 11394750. OLE color: 11394750.

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

Color convert

RGB190222173-
CMYK0.1400.220.13
HSL99.18º42.61%77.45%-
HSV(B)99.18º22.07%87.06%-
XYZ54.966.2149.42-
YUV206.85108.9115.98-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 32.48%
GREEN value IS 222 (87.11% from 255) = 37.95%
BLUE value IS 173 (67.97% from 255) = 29.57%
R=32.48%
G=37.95%
B=29.57%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1902221730.1400.220.1399.1842.6177.45
HexBEDEADE016D632b4d
Octal276336255160261514353115
Binary1011111011011110101011011110010110110111000111010111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEDEAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEDEAD; }

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

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

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

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

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

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

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

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