#B9C4AD

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

Shades of Tasman #B9C4AD

Tints of Tasman #B9C4AD

Color information

#B9C4AD (or 0xB9C4AD) is unknown color: approx Tasman. HEX triplet: B9, C4 and AD. RGB value is (185,196,173). Sum of RGB (Red+Green+Blue) = 185+196+173=554 (73% of max value = 765). Red value is 185 (72.66% from 255 or 33.39% from 554); Green value is 196 (76.95% from 255 or 35.38% from 554); Blue value is 173 (67.97% from 255 or 31.23% from 554); Max value from RGB is 196 - color contains mainly: green. Hex color #B9C4AD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B9C4AD is #463B52. Grayscale: #BEBEBE. Windows color (decimal): -4602707 or 11388089. OLE color: 11388089.

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

Color convert

RGB185196173-
CMYK0.0600.120.23
HSL88.7º16.31%72.35%-
HSV(B)88.7º11.73%76.86%-
XYZ47.2952.8147.24-
YUV190.09118.36124.37-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 33.39%
GREEN value IS 196 (76.95% from 255) = 35.38%
BLUE value IS 173 (67.97% from 255) = 31.23%
R=33.39%
G=35.38%
B=31.23%

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
Decimal1851961730.0600.120.2388.716.3172.35
HexB9C4AD60C17591048
Octal27130425560142713120110
Binary10111001110001001010110111001100101111011001100001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9C4AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9C4AD; }

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

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

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

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

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

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

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

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