#BEDAAD

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

Shades of Madang #BEDAAD

Tints of Madang #BEDAAD

Color information

#BEDAAD (or 0xBEDAAD) is unknown color: approx Madang. HEX triplet: BE, DA and AD. RGB value is (190,218,173). Sum of RGB (Red+Green+Blue) = 190+218+173=581 (76% of max value = 765). Red value is 190 (74.61% from 255 or 32.70% from 581); Green value is 218 (85.55% from 255 or 37.52% from 581); Blue value is 173 (67.97% from 255 or 29.78% from 581); Max value from RGB is 218 - color contains mainly: green. Hex color #BEDAAD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BEDAAD is #412552. Grayscale: #CCCCCC. Windows color (decimal): -4269395 or 11393726. OLE color: 11393726.

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

Color convert

RGB190218173-
CMYK0.1300.210.15
HSL97.33º37.82%76.67%-
HSV(B)97.33º20.64%85.49%-
XYZ53.8564.1149.07-
YUV204.5110.22117.66-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 32.70%
GREEN value IS 218 (85.55% from 255) = 37.52%
BLUE value IS 173 (67.97% from 255) = 29.78%
R=32.70%
G=37.52%
B=29.78%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1902181730.1300.210.1597.3337.8276.67
HexBEDAADD015F61264d
Octal276332255150251714146115
Binary1011111011011010101011011101010101111111000011001101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEDAAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEDAAD; }

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

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

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

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

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

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

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

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