#B7D8AF

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

Shades of Madang #B7D8AF

Tints of Madang #B7D8AF

Color information

#B7D8AF (or 0xB7D8AF) is unknown color: approx Madang. HEX triplet: B7, D8 and AF. RGB value is (183,216,175). Sum of RGB (Red+Green+Blue) = 183+216+175=574 (76% of max value = 765). Red value is 183 (71.88% from 255 or 31.88% from 574); Green value is 216 (84.77% from 255 or 37.63% from 574); Blue value is 175 (68.75% from 255 or 30.49% from 574); Max value from RGB is 216 - color contains mainly: green. Hex color #B7D8AF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B7D8AF is #482750. Grayscale: #C9C9C9. Windows color (decimal): -4728657 or 11524279. OLE color: 11524279.

HSL color Cylindrical-coordinate representation of color #B7D8AF: hue angle of 108.29º 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 #B7D8AF is Cyan = 0.15, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.15.

Color convert

RGB183216175-
CMYK0.1500.190.15
HSL108.29º34.45%76.67%-
HSV(B)108.29º18.98%84.71%-
XYZ51.8262.2749.85-
YUV201.46113.07114.83-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 31.88%
GREEN value IS 216 (84.77% from 255) = 37.63%
BLUE value IS 175 (68.75% from 255) = 30.49%
R=31.88%
G=37.63%
B=30.49%

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
Decimal1832161750.1500.190.15108.2934.4576.67
HexB7D8AFF013F6c224d
Octal267330257170231715442115
Binary1011011111011000101011111111010011111111011001000101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7D8AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7D8AF; }

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

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

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

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

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

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

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

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