#B6BFAC

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

Shades of Tasman #B6BFAC

Tints of Tasman #B6BFAC

Color information

#B6BFAC (or 0xB6BFAC) is unknown color: approx Tasman. HEX triplet: B6, BF and AC. RGB value is (182,191,172). Sum of RGB (Red+Green+Blue) = 182+191+172=545 (72% of max value = 765). Red value is 182 (71.48% from 255 or 33.39% from 545); Green value is 191 (75% from 255 or 35.05% from 545); Blue value is 172 (67.58% from 255 or 31.56% from 545); Max value from RGB is 191 - color contains mainly: green. Hex color #B6BFAC is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B6BFAC is #494053. Grayscale: #BABABA. Windows color (decimal): -4800596 or 11321270. OLE color: 11321270.

HSL color Cylindrical-coordinate representation of color #B6BFAC: hue angle of 88.42º degrees, saturation: 0.13, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #B6BFAC is Cyan = 0.05, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.25.

Color convert

RGB182191172-
CMYK0.0500.100.25
HSL88.42º12.93%71.18%-
HSV(B)88.42º9.95%74.9%-
XYZ45.3750.1946.33-
YUV186.14120.02125.04-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 33.39%
GREEN value IS 191 (75% from 255) = 35.05%
BLUE value IS 172 (67.58% from 255) = 31.56%
R=33.39%
G=35.05%
B=31.56%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1821911720.0500.100.2588.4212.9371.18
HexB6BFAC50A1958d47
Octal26627725450123113015107
Binary1011011010111111101011001010101011001101100011011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6BFAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6BFAC; }

 p { color: rgb(182,191,172); }

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

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

 a { background-color: rgb(182,191,172); }

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

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

 span { border-color: rgb(182,191,172); }

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