#B9C3AC

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

Shades of Tasman #B9C3AC

Tints of Tasman #B9C3AC

Color information

#B9C3AC (or 0xB9C3AC) is unknown color: approx Tasman. HEX triplet: B9, C3 and AC. RGB value is (185,195,172). Sum of RGB (Red+Green+Blue) = 185+195+172=552 (73% of max value = 765). Red value is 185 (72.66% from 255 or 33.51% from 552); Green value is 195 (76.56% from 255 or 35.33% from 552); Blue value is 172 (67.58% from 255 or 31.16% from 552); Max value from RGB is 195 - color contains mainly: green. Hex color #B9C3AC is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B9C3AC is #463C53. Grayscale: #BDBDBD. Windows color (decimal): -4602964 or 11322297. OLE color: 11322297.

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

Color convert

RGB185195172-
CMYK0.0500.120.24
HSL86.09º16.08%71.96%-
HSV(B)86.09º11.79%76.47%-
XYZ46.9752.3246.65-
YUV189.39118.19124.87-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 33.51%
GREEN value IS 195 (76.56% from 255) = 35.33%
BLUE value IS 172 (67.58% from 255) = 31.16%
R=33.51%
G=35.33%
B=31.16%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1851951720.0500.120.2486.0916.0871.96
HexB9C3AC50C18561048
Octal27130325450143012620110
Binary10111001110000111010110010101100110001010110100001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9C3AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9C3AC; }

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

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

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

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

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

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

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

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