#BEDAAC

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

Shades of Madang #BEDAAC

Tints of Madang #BEDAAC

Color information

#BEDAAC (or 0xBEDAAC) is unknown color: approx Madang. HEX triplet: BE, DA and AC. RGB value is (190,218,172). Sum of RGB (Red+Green+Blue) = 190+218+172=580 (76% of max value = 765). Red value is 190 (74.61% from 255 or 32.76% from 580); Green value is 218 (85.55% from 255 or 37.59% from 580); Blue value is 172 (67.58% from 255 or 29.66% from 580); Max value from RGB is 218 - color contains mainly: green. Hex color #BEDAAC is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BEDAAC is #412553. Grayscale: #CCCCCC. Windows color (decimal): -4269396 or 11328190. OLE color: 11328190.

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

Color convert

RGB190218172-
CMYK0.1300.210.15
HSL96.52º38.33%76.47%-
HSV(B)96.52º21.1%85.49%-
XYZ53.7564.0748.56-
YUV204.38109.72117.74-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 32.76%
GREEN value IS 218 (85.55% from 255) = 37.59%
BLUE value IS 172 (67.58% from 255) = 29.66%
R=32.76%
G=37.59%
B=29.66%

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
Decimal1902181720.1300.210.1596.5238.3376.47
HexBEDAACD015F61264c
Octal276332254150251714146114
Binary1011111011011010101011001101010101111111000011001101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEDAAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEDAAC; }

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

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

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

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

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

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

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

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