#BEDDB1

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

Shades of Madang #BEDDB1

Tints of Madang #BEDDB1

Color information

#BEDDB1 (or 0xBEDDB1) is unknown color: approx Madang. HEX triplet: BE, DD and B1. RGB value is (190,221,177). Sum of RGB (Red+Green+Blue) = 190+221+177=588 (77% of max value = 765). Red value is 190 (74.61% from 255 or 32.31% from 588); Green value is 221 (86.72% from 255 or 37.59% from 588); Blue value is 177 (69.53% from 255 or 30.10% from 588); Max value from RGB is 221 - color contains mainly: green. Hex color #BEDDB1 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BEDDB1 is #41224E. Grayscale: #CECECE. Windows color (decimal): -4268623 or 11656638. OLE color: 11656638.

HSL color Cylindrical-coordinate representation of color #BEDDB1: hue angle of 102.27º degrees, saturation: 0.39, 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 #BEDDB1 is Cyan = 0.14, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.13.

Color convert

RGB190221177-
CMYK0.1400.200.13
HSL102.27º39.29%78.04%-
HSV(B)102.27º19.91%86.67%-
XYZ55.0365.8351.4-
YUV206.72111.23116.08-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 32.31%
GREEN value IS 221 (86.72% from 255) = 37.59%
BLUE value IS 177 (69.53% from 255) = 30.10%
R=32.31%
G=37.59%
B=30.10%

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
Decimal1902211770.1400.200.13102.2739.2978.04
HexBEDDB1E014D66274e
Octal276335261160241514647116
Binary1011111011011101101100011110010100110111001101001111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEDDB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEDDB1; }

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

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

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

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

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

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

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

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