#B8DCAD

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

Shades of Madang #B8DCAD

Tints of Madang #B8DCAD

Color information

#B8DCAD (or 0xB8DCAD) is unknown color: approx Madang. HEX triplet: B8, DC and AD. RGB value is (184,220,173). Sum of RGB (Red+Green+Blue) = 184+220+173=577 (76% of max value = 765). Red value is 184 (72.27% from 255 or 31.89% from 577); Green value is 220 (86.33% from 255 or 38.13% from 577); Blue value is 173 (67.97% from 255 or 29.98% from 577); Max value from RGB is 220 - color contains mainly: green. Hex color #B8DCAD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B8DCAD is #472352. Grayscale: #CCCCCC. Windows color (decimal): -4662099 or 11394232. OLE color: 11394232.

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

Color convert

RGB184220173-
CMYK0.1600.210.14
HSL105.96º40.17%77.06%-
HSV(B)105.96º21.36%86.27%-
XYZ52.964.3949.18-
YUV203.88110.57113.82-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 31.89%
GREEN value IS 220 (86.33% from 255) = 38.13%
BLUE value IS 173 (67.97% from 255) = 29.98%
R=31.89%
G=38.13%
B=29.98%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1842201730.1600.210.14105.9640.1777.06
HexB8DCAD10015E6a284d
Octal270334255200251615250115
Binary10111000110111001010110110000010101111011010101010001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8DCAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8DCAD; }

 p { color: rgb(184,220,173); }

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

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

 a { background-color: rgb(184,220,173); }

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

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

 span { border-color: rgb(184,220,173); }

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