#BEDBB1

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

Shades of Madang #BEDBB1

Tints of Madang #BEDBB1

Color information

#BEDBB1 (or 0xBEDBB1) is unknown color: approx Madang. HEX triplet: BE, DB and B1. RGB value is (190,219,177). Sum of RGB (Red+Green+Blue) = 190+219+177=586 (77% of max value = 765). Red value is 190 (74.61% from 255 or 32.42% from 586); Green value is 219 (85.94% from 255 or 37.37% from 586); Blue value is 177 (69.53% from 255 or 30.20% from 586); Max value from RGB is 219 - color contains mainly: green. Hex color #BEDBB1 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BEDBB1 is #41244E. Grayscale: #CDCDCD. Windows color (decimal): -4269135 or 11656126. OLE color: 11656126.

HSL color Cylindrical-coordinate representation of color #BEDBB1: hue angle of 101.43º degrees, saturation: 0.37, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #BEDBB1 is Cyan = 0.13, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.14.

Color convert

RGB190219177-
CMYK0.1300.190.14
HSL101.43º36.84%77.65%-
HSV(B)101.43º19.18%85.88%-
XYZ54.564.7851.23-
YUV205.54111.89116.92-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 32.42%
GREEN value IS 219 (85.94% from 255) = 37.37%
BLUE value IS 177 (69.53% from 255) = 30.20%
R=32.42%
G=37.37%
B=30.20%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1902191770.1300.190.14101.4336.8477.65
HexBEDBB1D013E65254e
Octal276333261150231614545116
Binary1011111011011011101100011101010011111011001011001011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEDBB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEDBB1; }

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

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

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

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

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

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

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

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