#BEDEB1

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

Shades of Madang #BEDEB1

Tints of Madang #BEDEB1

Color information

#BEDEB1 (or 0xBEDEB1) is unknown color: approx Madang. HEX triplet: BE, DE and B1. RGB value is (190,222,177). Sum of RGB (Red+Green+Blue) = 190+222+177=589 (78% of max value = 765). Red value is 190 (74.61% from 255 or 32.26% from 589); Green value is 222 (87.11% from 255 or 37.69% from 589); Blue value is 177 (69.53% from 255 or 30.05% from 589); Max value from RGB is 222 - color contains mainly: green. Hex color #BEDEB1 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BEDEB1 is #41214E. Grayscale: #CFCFCF. Windows color (decimal): -4268367 or 11656894. OLE color: 11656894.

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

Color convert

RGB190222177-
CMYK0.1400.200.13
HSL102.67º40.54%78.24%-
HSV(B)102.67º20.27%87.06%-
XYZ55.2966.3651.49-
YUV207.3110.9115.66-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 32.26%
GREEN value IS 222 (87.11% from 255) = 37.69%
BLUE value IS 177 (69.53% from 255) = 30.05%
R=32.26%
G=37.69%
B=30.05%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1902221770.1400.200.13102.6740.5478.24
HexBEDEB1E014D67294e
Octal276336261160241514751116
Binary1011111011011110101100011110010100110111001111010011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEDEB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEDEB1; }

 p { color: rgb(190,222,177); }

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

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

 a { background-color: rgb(190,222,177); }

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

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

 span { border-color: rgb(190,222,177); }

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