#B9C5AB

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

Shades of Tasman #B9C5AB

Tints of Tasman #B9C5AB

Color information

#B9C5AB (or 0xB9C5AB) is unknown color: approx Tasman. HEX triplet: B9, C5 and AB. RGB value is (185,197,171). Sum of RGB (Red+Green+Blue) = 185+197+171=553 (73% of max value = 765). Red value is 185 (72.66% from 255 or 33.45% from 553); Green value is 197 (77.34% from 255 or 35.62% from 553); Blue value is 171 (67.19% from 255 or 30.92% from 553); Max value from RGB is 197 - color contains mainly: green. Hex color #B9C5AB is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B9C5AB is #463A54. Grayscale: #BEBEBE. Windows color (decimal): -4602453 or 11257273. OLE color: 11257273.

HSL color Cylindrical-coordinate representation of color #B9C5AB: hue angle of 87.69º 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 #B9C5AB is Cyan = 0.06, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.23.

Color convert

RGB185197171-
CMYK0.0600.130.23
HSL87.69º18.31%72.16%-
HSV(B)87.69º13.2%77.25%-
XYZ47.3253.1946.3-
YUV190.45117.02124.11-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 33.45%
GREEN value IS 197 (77.34% from 255) = 35.62%
BLUE value IS 171 (67.19% from 255) = 30.92%
R=33.45%
G=35.62%
B=30.92%

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
Decimal1851971710.0600.130.2387.6918.3172.16
HexB9C5AB60D17581248
Octal27130525360152713022110
Binary10111001110001011010101111001101101111011000100101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9C5AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9C5AB; }

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

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

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

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

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

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

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

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