#B1DCA9

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

Shades of Madang #B1DCA9

Tints of Madang #B1DCA9

Color information

#B1DCA9 (or 0xB1DCA9) is unknown color: approx Madang. HEX triplet: B1, DC and A9. RGB value is (177,220,169). Sum of RGB (Red+Green+Blue) = 177+220+169=566 (74% of max value = 765). Red value is 177 (69.53% from 255 or 31.27% from 566); Green value is 220 (86.33% from 255 or 38.87% from 566); Blue value is 169 (66.41% from 255 or 29.86% from 566); Max value from RGB is 220 - color contains mainly: green. Hex color #B1DCA9 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B1DCA9 is #4E2356. Grayscale: #C9C9C9. Windows color (decimal): -5120855 or 11132081. OLE color: 11132081.

HSL color Cylindrical-coordinate representation of color #B1DCA9: hue angle of 110.59º degrees, saturation: 0.42, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #B1DCA9 is Cyan = 0.20, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.14.

Color convert

RGB177220169-
CMYK0.2000.230.14
HSL110.59º42.15%76.27%-
HSV(B)110.59º23.18%86.27%-
XYZ50.8963.447.09-
YUV201.33109.75110.65-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 31.27%
GREEN value IS 220 (86.33% from 255) = 38.87%
BLUE value IS 169 (66.41% from 255) = 29.86%
R=31.27%
G=38.87%
B=29.86%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1772201690.2000.230.14110.5942.1576.27
HexB1DCA914017E6f2a4c
Octal261334251240271615752114
Binary10110001110111001010100110100010111111011011111010101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1DCA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1DCA9; }

 p { color: rgb(177,220,169); }

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

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

 a { background-color: rgb(177,220,169); }

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

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

 span { border-color: rgb(177,220,169); }

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