#B8D6B1

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

Shades of Madang #B8D6B1

Tints of Madang #B8D6B1

Color information

#B8D6B1 (or 0xB8D6B1) is unknown color: approx Madang. HEX triplet: B8, D6 and B1. RGB value is (184,214,177). Sum of RGB (Red+Green+Blue) = 184+214+177=575 (76% of max value = 765). Red value is 184 (72.27% from 255 or 32% from 575); Green value is 214 (83.98% from 255 or 37.22% from 575); Blue value is 177 (69.53% from 255 or 30.78% from 575); Max value from RGB is 214 - color contains mainly: green. Hex color #B8D6B1 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B8D6B1 is #47294E. Grayscale: #C8C8C8. Windows color (decimal): -4663631 or 11654840. OLE color: 11654840.

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

Color convert

RGB184214177-
CMYK0.1400.170.16
HSL108.65º31.09%76.67%-
HSV(B)108.65º17.29%83.92%-
XYZ51.7561.4650.73-
YUV200.81114.56116.01-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 32%
GREEN value IS 214 (83.98% from 255) = 37.22%
BLUE value IS 177 (69.53% from 255) = 30.78%
R=32%
G=37.22%
B=30.78%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1842141770.1400.170.16108.6531.0976.67
HexB8D6B1E011106d1f4d
Octal270326261160212015537115
Binary1011100011010110101100011110010001100001101101111111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8D6B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8D6B1; }

 p { color: rgb(184,214,177); }

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

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

 a { background-color: rgb(184,214,177); }

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

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

 span { border-color: rgb(184,214,177); }

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