#B6BDAC

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

Shades of Tasman #B6BDAC

Tints of Tasman #B6BDAC

Color information

#B6BDAC (or 0xB6BDAC) is unknown color: approx Tasman. HEX triplet: B6, BD and AC. RGB value is (182,189,172). Sum of RGB (Red+Green+Blue) = 182+189+172=543 (71% of max value = 765). Red value is 182 (71.48% from 255 or 33.52% from 543); Green value is 189 (74.22% from 255 or 34.81% from 543); Blue value is 172 (67.58% from 255 or 31.68% from 543); Max value from RGB is 189 - color contains mainly: green. Hex color #B6BDAC is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B6BDAC is #494253. Grayscale: #B9B9B9. Windows color (decimal): -4801108 or 11320758. OLE color: 11320758.

HSL color Cylindrical-coordinate representation of color #B6BDAC: hue angle of 84.71º degrees, saturation: 0.11, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #B6BDAC is Cyan = 0.04, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.26.

Color convert

RGB182189172-
CMYK0.0400.090.26
HSL84.71º11.41%70.78%-
HSV(B)84.71º8.99%74.12%-
XYZ44.9449.3246.18-
YUV184.97120.68125.88-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 33.52%
GREEN value IS 189 (74.22% from 255) = 34.81%
BLUE value IS 172 (67.58% from 255) = 31.68%
R=33.52%
G=34.81%
B=31.68%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1821891720.0400.090.2684.7111.4170.78
HexB6BDAC4091A55b47
Octal26627525440113212513107
Binary1011011010111101101011001000100111010101010110111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6BDAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6BDAC; }

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

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

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

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

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

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

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

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