#BEDDAE

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

Shades of Madang #BEDDAE

Tints of Madang #BEDDAE

Color information

#BEDDAE (or 0xBEDDAE) is unknown color: approx Madang. HEX triplet: BE, DD and AE. RGB value is (190,221,174). Sum of RGB (Red+Green+Blue) = 190+221+174=585 (77% of max value = 765). Red value is 190 (74.61% from 255 or 32.48% from 585); Green value is 221 (86.72% from 255 or 37.78% from 585); Blue value is 174 (68.36% from 255 or 29.74% from 585); Max value from RGB is 221 - color contains mainly: green. Hex color #BEDDAE is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BEDDAE is #412251. Grayscale: #CECECE. Windows color (decimal): -4268626 or 11460030. OLE color: 11460030.

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

Color convert

RGB190221174-
CMYK0.1400.210.13
HSL99.57º40.87%77.45%-
HSV(B)99.57º21.27%86.67%-
XYZ54.7365.7249.84-
YUV206.37109.73116.32-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 32.48%
GREEN value IS 221 (86.72% from 255) = 37.78%
BLUE value IS 174 (68.36% from 255) = 29.74%
R=32.48%
G=37.78%
B=29.74%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1902211740.1400.210.1399.5740.8777.45
HexBEDDAEE015D64294d
Octal276335256160251514451115
Binary1011111011011101101011101110010101110111001001010011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEDDAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEDDAE; }

 p { color: rgb(190,221,174); }

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

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

 a { background-color: rgb(190,221,174); }

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

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

 span { border-color: rgb(190,221,174); }

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