#B7DCAC

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

Shades of Madang #B7DCAC

Tints of Madang #B7DCAC

Color information

#B7DCAC (or 0xB7DCAC) is unknown color: approx Madang. HEX triplet: B7, DC and AC. RGB value is (183,220,172). Sum of RGB (Red+Green+Blue) = 183+220+172=575 (76% of max value = 765). Red value is 183 (71.88% from 255 or 31.83% from 575); Green value is 220 (86.33% from 255 or 38.26% from 575); Blue value is 172 (67.58% from 255 or 29.91% from 575); Max value from RGB is 220 - color contains mainly: green. Hex color #B7DCAC is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B7DCAC is #482353. Grayscale: #CBCBCB. Windows color (decimal): -4727636 or 11328695. OLE color: 11328695.

HSL color Cylindrical-coordinate representation of color #B7DCAC: hue angle of 106.25º degrees, saturation: 0.41, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #B7DCAC is Cyan = 0.17, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.14.

Color convert

RGB183220172-
CMYK0.1700.220.14
HSL106.25º40.68%76.86%-
HSV(B)106.25º21.82%86.27%-
XYZ52.5764.2348.66-
YUV203.46110.24113.4-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 31.83%
GREEN value IS 220 (86.33% from 255) = 38.26%
BLUE value IS 172 (67.58% from 255) = 29.91%
R=31.83%
G=38.26%
B=29.91%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1832201720.1700.220.14106.2540.6876.86
HexB7DCAC11016E6a294d
Octal267334254210261615251115
Binary10110111110111001010110010001010110111011010101010011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7DCAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7DCAC; }

 p { color: rgb(183,220,172); }

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

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

 a { background-color: rgb(183,220,172); }

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

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

 span { border-color: rgb(183,220,172); }

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