#BEDAAA

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

Shades of Madang #BEDAAA

Tints of Madang #BEDAAA

Color information

#BEDAAA (or 0xBEDAAA) is unknown color: approx Madang. HEX triplet: BE, DA and AA. RGB value is (190,218,170). Sum of RGB (Red+Green+Blue) = 190+218+170=578 (76% of max value = 765). Red value is 190 (74.61% from 255 or 32.87% from 578); Green value is 218 (85.55% from 255 or 37.72% from 578); Blue value is 170 (66.80% from 255 or 29.41% from 578); Max value from RGB is 218 - color contains mainly: green. Hex color #BEDAAA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BEDAAA is #412555. Grayscale: #CCCCCC. Windows color (decimal): -4269398 or 11197118. OLE color: 11197118.

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

Color convert

RGB190218170-
CMYK0.1300.220.15
HSL95º39.34%76.08%-
HSV(B)95º22.02%85.49%-
XYZ53.5663.9947.56-
YUV204.16108.72117.9-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 32.87%
GREEN value IS 218 (85.55% from 255) = 37.72%
BLUE value IS 170 (66.80% from 255) = 29.41%
R=32.87%
G=37.72%
B=29.41%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1902181700.1300.220.159539.3476.08
HexBEDAAAD016F5f274c
Octal276332252150261713747114
Binary1011111011011010101010101101010110111110111111001111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEDAAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEDAAA; }

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

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

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

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

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

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

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

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