#B6BBAC

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

Shades of Tasman #B6BBAC

Tints of Tasman #B6BBAC

Color information

#B6BBAC (or 0xB6BBAC) is unknown color: approx Tasman. HEX triplet: B6, BB and AC. RGB value is (182,187,172). Sum of RGB (Red+Green+Blue) = 182+187+172=541 (71% of max value = 765). Red value is 182 (71.48% from 255 or 33.64% from 541); Green value is 187 (73.44% from 255 or 34.57% from 541); Blue value is 172 (67.58% from 255 or 31.79% from 541); Max value from RGB is 187 - color contains mainly: green. Hex color #B6BBAC is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B6BBAC is #494453. Grayscale: #B7B7B7. Windows color (decimal): -4801620 or 11320246. OLE color: 11320246.

HSL color Cylindrical-coordinate representation of color #B6BBAC: hue angle of 80º degrees, saturation: 0.1, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #B6BBAC is Cyan = 0.03, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.27.

Color convert

RGB182187172-
CMYK0.0300.080.27
HSL80º9.93%70.39%-
HSV(B)80º8.02%73.33%-
XYZ44.5148.4646.04-
YUV183.8121.34126.72-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 33.64%
GREEN value IS 187 (73.44% from 255) = 34.57%
BLUE value IS 172 (67.58% from 255) = 31.79%
R=33.64%
G=34.57%
B=31.79%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1821871720.0300.080.27809.9370.39
HexB6BBAC3081B50a46
Octal26627325430103312012106
Binary101101101011101110101100110100011011101000010101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6BBAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6BBAC; }

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

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

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

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

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

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

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

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