#B8D2AE

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

Shades of Madang #B8D2AE

Tints of Madang #B8D2AE

Color information

#B8D2AE (or 0xB8D2AE) is unknown color: approx Madang. HEX triplet: B8, D2 and AE. RGB value is (184,210,174). Sum of RGB (Red+Green+Blue) = 184+210+174=568 (75% of max value = 765). Red value is 184 (72.27% from 255 or 32.39% from 568); Green value is 210 (82.42% from 255 or 36.97% from 568); Blue value is 174 (68.36% from 255 or 30.63% from 568); Max value from RGB is 210 - color contains mainly: green. Hex color #B8D2AE is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B8D2AE is #472D51. Grayscale: #C6C6C6. Windows color (decimal): -4664658 or 11457208. OLE color: 11457208.

HSL color Cylindrical-coordinate representation of color #B8D2AE: hue angle of 103.33º degrees, saturation: 0.29, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #B8D2AE is Cyan = 0.12, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.18.

Color convert

RGB184210174-
CMYK0.1200.170.18
HSL103.33º28.57%75.29%-
HSV(B)103.33º17.14%82.35%-
XYZ50.4559.3448.84-
YUV198.12114.39117.93-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 32.39%
GREEN value IS 210 (82.42% from 255) = 36.97%
BLUE value IS 174 (68.36% from 255) = 30.63%
R=32.39%
G=36.97%
B=30.63%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1842101740.1200.170.18103.3328.5775.29
HexB8D2AEC01112671d4b
Octal270322256140212214735113
Binary1011100011010010101011101100010001100101100111111011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8D2AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8D2AE; }

 p { color: rgb(184,210,174); }

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

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

 a { background-color: rgb(184,210,174); }

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

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

 span { border-color: rgb(184,210,174); }

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