#B8D8AE

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

Shades of Madang #B8D8AE

Tints of Madang #B8D8AE

Color information

#B8D8AE (or 0xB8D8AE) is unknown color: approx Madang. HEX triplet: B8, D8 and AE. RGB value is (184,216,174). Sum of RGB (Red+Green+Blue) = 184+216+174=574 (76% of max value = 765). Red value is 184 (72.27% from 255 or 32.06% from 574); Green value is 216 (84.77% from 255 or 37.63% from 574); Blue value is 174 (68.36% from 255 or 30.31% from 574); Max value from RGB is 216 - color contains mainly: green. Hex color #B8D8AE is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B8D8AE is #472751. Grayscale: #C9C9C9. Windows color (decimal): -4663122 or 11458744. OLE color: 11458744.

HSL color Cylindrical-coordinate representation of color #B8D8AE: hue angle of 105.71º degrees, saturation: 0.35, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #B8D8AE is Cyan = 0.15, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.15.

Color convert

RGB184216174-
CMYK0.1500.190.15
HSL105.71º35%76.47%-
HSV(B)105.71º19.44%84.71%-
XYZ51.9662.3649.34-
YUV201.64112.4115.42-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 32.06%
GREEN value IS 216 (84.77% from 255) = 37.63%
BLUE value IS 174 (68.36% from 255) = 30.31%
R=32.06%
G=37.63%
B=30.31%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1842161740.1500.190.15105.713576.47
HexB8D8AEF013F6a234c
Octal270330256170231715243114
Binary1011100011011000101011101111010011111111010101000111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8D8AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8D8AE; }

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

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

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

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

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

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

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

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