#B4DEAC

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

Shades of Madang #B4DEAC

Tints of Madang #B4DEAC

Color information

#B4DEAC (or 0xB4DEAC) is unknown color: approx Madang. HEX triplet: B4, DE and AC. RGB value is (180,222,172). Sum of RGB (Red+Green+Blue) = 180+222+172=574 (76% of max value = 765). Red value is 180 (70.70% from 255 or 31.36% from 574); Green value is 222 (87.11% from 255 or 38.68% from 574); Blue value is 172 (67.58% from 255 or 29.97% from 574); Max value from RGB is 222 - color contains mainly: green. Hex color #B4DEAC is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B4DEAC is #4B2153. Grayscale: #CBCBCB. Windows color (decimal): -4923732 or 11329204. OLE color: 11329204.

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

Color convert

RGB180222172-
CMYK0.1900.230.13
HSL110.4º43.1%77.25%-
HSV(B)110.4º22.52%87.06%-
XYZ52.3964.9248.8-
YUV203.74110.09111.07-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 31.36%
GREEN value IS 222 (87.11% from 255) = 38.68%
BLUE value IS 172 (67.58% from 255) = 29.97%
R=31.36%
G=38.68%
B=29.97%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1802221720.1900.230.13110.443.177.25
HexB4DEAC13017D6e2b4d
Octal264336254230271515653115
Binary10110100110111101010110010011010111110111011101010111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4DEAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4DEAC; }

 p { color: rgb(180,222,172); }

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

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

 a { background-color: rgb(180,222,172); }

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

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

 span { border-color: rgb(180,222,172); }

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