#BEDBAE

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

Shades of Madang #BEDBAE

Tints of Madang #BEDBAE

Color information

#BEDBAE (or 0xBEDBAE) is unknown color: approx Madang. HEX triplet: BE, DB and AE. RGB value is (190,219,174). Sum of RGB (Red+Green+Blue) = 190+219+174=583 (77% of max value = 765). Red value is 190 (74.61% from 255 or 32.59% from 583); Green value is 219 (85.94% from 255 or 37.56% from 583); Blue value is 174 (68.36% from 255 or 29.85% from 583); Max value from RGB is 219 - color contains mainly: green. Hex color #BEDBAE is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BEDBAE is #412451. Grayscale: #CDCDCD. Windows color (decimal): -4269138 or 11459518. OLE color: 11459518.

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

Color convert

RGB190219174-
CMYK0.1300.210.14
HSL98.67º38.46%77.06%-
HSV(B)98.67º20.55%85.88%-
XYZ54.2164.6749.67-
YUV205.2110.39117.16-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 32.59%
GREEN value IS 219 (85.94% from 255) = 37.56%
BLUE value IS 174 (68.36% from 255) = 29.85%
R=32.59%
G=37.56%
B=29.85%

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
Decimal1902191740.1300.210.1498.6738.4677.06
HexBEDBAED015E63264d
Octal276333256150251614346115
Binary1011111011011011101011101101010101111011000111001101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEDBAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEDBAE; }

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

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

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

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

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

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

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

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