#B6BDAA

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

Shades of Tasman #B6BDAA

Tints of Tasman #B6BDAA

Color information

#B6BDAA (or 0xB6BDAA) is unknown color: approx Tasman. HEX triplet: B6, BD and AA. RGB value is (182,189,170). Sum of RGB (Red+Green+Blue) = 182+189+170=541 (71% of max value = 765). Red value is 182 (71.48% from 255 or 33.64% from 541); Green value is 189 (74.22% from 255 or 34.94% from 541); Blue value is 170 (66.80% from 255 or 31.42% from 541); Max value from RGB is 189 - color contains mainly: green. Hex color #B6BDAA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B6BDAA is #494255. Grayscale: #B8B8B8. Windows color (decimal): -4801110 or 11189686. OLE color: 11189686.

HSL color Cylindrical-coordinate representation of color #B6BDAA: hue angle of 82.11º degrees, saturation: 0.13, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #B6BDAA is Cyan = 0.04, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.26.

Color convert

RGB182189170-
CMYK0.0400.100.26
HSL82.11º12.58%70.39%-
HSV(B)82.11º10.05%74.12%-
XYZ44.7449.2445.18-
YUV184.74119.68126.04-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 33.64%
GREEN value IS 189 (74.22% from 255) = 34.94%
BLUE value IS 170 (66.80% from 255) = 31.42%
R=33.64%
G=34.94%
B=31.42%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1821891700.0400.100.2682.1112.5870.39
HexB6BDAA40A1A52d46
Octal26627525240123212215106
Binary1011011010111101101010101000101011010101001011011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6BDAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6BDAA; }

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

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

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

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

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

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

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

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