#B9C5AC

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

Shades of Tasman #B9C5AC

Tints of Tasman #B9C5AC

Color information

#B9C5AC (or 0xB9C5AC) is unknown color: approx Tasman. HEX triplet: B9, C5 and AC. RGB value is (185,197,172). Sum of RGB (Red+Green+Blue) = 185+197+172=554 (73% of max value = 765). Red value is 185 (72.66% from 255 or 33.39% from 554); Green value is 197 (77.34% from 255 or 35.56% from 554); Blue value is 172 (67.58% from 255 or 31.05% from 554); Max value from RGB is 197 - color contains mainly: green. Hex color #B9C5AC is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B9C5AC is #463A53. Grayscale: #BEBEBE. Windows color (decimal): -4602452 or 11322809. OLE color: 11322809.

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

Color convert

RGB185197172-
CMYK0.0600.130.23
HSL88.8º17.73%72.35%-
HSV(B)88.8º12.69%77.25%-
XYZ47.4253.2346.8-
YUV190.56117.52124.03-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 33.39%
GREEN value IS 197 (77.34% from 255) = 35.56%
BLUE value IS 172 (67.58% from 255) = 31.05%
R=33.39%
G=35.56%
B=31.05%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1851971720.0600.130.2388.817.7372.35
HexB9C5AC60D17591248
Octal27130525460152713122110
Binary10111001110001011010110011001101101111011001100101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9C5AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9C5AC; }

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

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

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

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

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

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

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

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