#B5D8AF

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

Shades of Madang #B5D8AF

Tints of Madang #B5D8AF

Color information

#B5D8AF (or 0xB5D8AF) is unknown color: approx Madang. HEX triplet: B5, D8 and AF. RGB value is (181,216,175). Sum of RGB (Red+Green+Blue) = 181+216+175=572 (75% of max value = 765). Red value is 181 (71.09% from 255 or 31.64% from 572); Green value is 216 (84.77% from 255 or 37.76% from 572); Blue value is 175 (68.75% from 255 or 30.59% from 572); Max value from RGB is 216 - color contains mainly: green. Hex color #B5D8AF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B5D8AF is #4A2750. Grayscale: #C8C8C8. Windows color (decimal): -4859729 or 11524277. OLE color: 11524277.

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

Color convert

RGB181216175-
CMYK0.1600.190.15
HSL111.22º34.45%76.67%-
HSV(B)111.22º18.98%84.71%-
XYZ51.3562.0349.82-
YUV200.86113.4113.83-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 31.64%
GREEN value IS 216 (84.77% from 255) = 37.76%
BLUE value IS 175 (68.75% from 255) = 30.59%
R=31.64%
G=37.76%
B=30.59%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1812161750.1600.190.15111.2234.4576.67
HexB5D8AF10013F6f224d
Octal265330257200231715742115
Binary10110101110110001010111110000010011111111011111000101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5D8AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5D8AF; }

 p { color: rgb(181,216,175); }

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

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

 a { background-color: rgb(181,216,175); }

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

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

 span { border-color: rgb(181,216,175); }

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