#B9C5AD

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

Shades of Tasman #B9C5AD

Tints of Tasman #B9C5AD

Color information

#B9C5AD (or 0xB9C5AD) is unknown color: approx Tasman. HEX triplet: B9, C5 and AD. RGB value is (185,197,173). Sum of RGB (Red+Green+Blue) = 185+197+173=555 (73% of max value = 765). Red value is 185 (72.66% from 255 or 33.33% from 555); Green value is 197 (77.34% from 255 or 35.50% from 555); Blue value is 173 (67.97% from 255 or 31.17% from 555); Max value from RGB is 197 - color contains mainly: green. Hex color #B9C5AD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B9C5AD is #463A52. Grayscale: #BEBEBE. Windows color (decimal): -4602451 or 11388345. OLE color: 11388345.

HSL color Cylindrical-coordinate representation of color #B9C5AD: hue angle of 90º degrees, saturation: 0.17, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #B9C5AD is Cyan = 0.06, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.23.

Color convert

RGB185197173-
CMYK0.0600.120.23
HSL90º17.14%72.55%-
HSV(B)90º12.18%77.25%-
XYZ47.5253.2647.31-
YUV190.68118.02123.95-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 33.33%
GREEN value IS 197 (77.34% from 255) = 35.50%
BLUE value IS 173 (67.97% from 255) = 31.17%
R=33.33%
G=35.50%
B=31.17%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1851971730.0600.120.239017.1472.55
HexB9C5AD60C175a1149
Octal27130525560142713221111
Binary10111001110001011010110111001100101111011010100011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9C5AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9C5AD; }

 p { color: rgb(185,197,173); }

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

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

 a { background-color: rgb(185,197,173); }

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

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

 span { border-color: rgb(185,197,173); }

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