#BEDAB0

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

Shades of Madang #BEDAB0

Tints of Madang #BEDAB0

Color information

#BEDAB0 (or 0xBEDAB0) is unknown color: approx Madang. HEX triplet: BE, DA and B0. RGB value is (190,218,176). Sum of RGB (Red+Green+Blue) = 190+218+176=584 (77% of max value = 765). Red value is 190 (74.61% from 255 or 32.53% from 584); Green value is 218 (85.55% from 255 or 37.33% from 584); Blue value is 176 (69.14% from 255 or 30.14% from 584); Max value from RGB is 218 - color contains mainly: green. Hex color #BEDAB0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BEDAB0 is #41254F. Grayscale: #CCCCCC. Windows color (decimal): -4269392 or 11590334. OLE color: 11590334.

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

Color convert

RGB190218176-
CMYK0.1300.190.15
HSL100º36.21%77.25%-
HSV(B)100º19.27%85.49%-
XYZ54.1464.2250.62-
YUV204.84111.72117.42-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 32.53%
GREEN value IS 218 (85.55% from 255) = 37.33%
BLUE value IS 176 (69.14% from 255) = 30.14%
R=32.53%
G=37.33%
B=30.14%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1902181760.1300.190.1510036.2177.25
HexBEDAB0D013F64244d
Octal276332260150231714444115
Binary1011111011011010101100001101010011111111001001001001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEDAB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEDAB0; }

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

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

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

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

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

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

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

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