#B8D3AE

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

Shades of Madang #B8D3AE

Tints of Madang #B8D3AE

Color information

#B8D3AE (or 0xB8D3AE) is unknown color: approx Madang. HEX triplet: B8, D3 and AE. RGB value is (184,211,174). Sum of RGB (Red+Green+Blue) = 184+211+174=569 (75% of max value = 765). Red value is 184 (72.27% from 255 or 32.34% from 569); Green value is 211 (82.81% from 255 or 37.08% from 569); Blue value is 174 (68.36% from 255 or 30.58% from 569); Max value from RGB is 211 - color contains mainly: green. Hex color #B8D3AE is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B8D3AE is #472C51. Grayscale: #C6C6C6. Windows color (decimal): -4664402 or 11457464. OLE color: 11457464.

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

Color convert

RGB184211174-
CMYK0.1300.180.17
HSL103.78º29.6%75.49%-
HSV(B)103.78º17.54%82.75%-
XYZ50.759.8348.92-
YUV198.71114.05117.51-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 32.34%
GREEN value IS 211 (82.81% from 255) = 37.08%
BLUE value IS 174 (68.36% from 255) = 30.58%
R=32.34%
G=37.08%
B=30.58%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1842111740.1300.180.17103.7829.675.49
HexB8D3AED01211681e4b
Octal270323256150222115036113
Binary1011100011010011101011101101010010100011101000111101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8D3AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8D3AE; }

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

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

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

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

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

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

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

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