#B9D5AF

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

Shades of Madang #B9D5AF

Tints of Madang #B9D5AF

Color information

#B9D5AF (or 0xB9D5AF) is unknown color: approx Madang. HEX triplet: B9, D5 and AF. RGB value is (185,213,175). Sum of RGB (Red+Green+Blue) = 185+213+175=573 (75% of max value = 765). Red value is 185 (72.66% from 255 or 32.29% from 573); Green value is 213 (83.59% from 255 or 37.17% from 573); Blue value is 175 (68.75% from 255 or 30.54% from 573); Max value from RGB is 213 - color contains mainly: green. Hex color #B9D5AF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B9D5AF is #462A50. Grayscale: #C8C8C8. Windows color (decimal): -4598353 or 11523513. OLE color: 11523513.

HSL color Cylindrical-coordinate representation of color #B9D5AF: hue angle of 104.21º degrees, saturation: 0.31, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #B9D5AF is Cyan = 0.13, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.16.

Color convert

RGB185213175-
CMYK0.1300.180.16
HSL104.21º31.15%76.08%-
HSV(B)104.21º17.84%83.53%-
XYZ51.546149.61-
YUV200.3113.72117.09-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 32.29%
GREEN value IS 213 (83.59% from 255) = 37.17%
BLUE value IS 175 (68.75% from 255) = 30.54%
R=32.29%
G=37.17%
B=30.54%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1852131750.1300.180.16104.2131.1576.08
HexB9D5AFD01210681f4c
Octal271325257150222015037114
Binary1011100111010101101011111101010010100001101000111111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9D5AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9D5AF; }

 p { color: rgb(185,213,175); }

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

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

 a { background-color: rgb(185,213,175); }

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

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

 span { border-color: rgb(185,213,175); }

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