#B6BCAB

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

Shades of Tasman #B6BCAB

Tints of Tasman #B6BCAB

Color information

#B6BCAB (or 0xB6BCAB) is unknown color: approx Tasman. HEX triplet: B6, BC and AB. RGB value is (182,188,171). Sum of RGB (Red+Green+Blue) = 182+188+171=541 (71% of max value = 765). Red value is 182 (71.48% from 255 or 33.64% from 541); Green value is 188 (73.83% from 255 or 34.75% from 541); Blue value is 171 (67.19% from 255 or 31.61% from 541); Max value from RGB is 188 - color contains mainly: green. Hex color #B6BCAB is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B6BCAB is #494354. Grayscale: #B8B8B8. Windows color (decimal): -4801365 or 11254966. OLE color: 11254966.

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

Color convert

RGB182188171-
CMYK0.0300.090.26
HSL81.18º11.26%70.39%-
HSV(B)81.18º9.04%73.73%-
XYZ44.6348.8545.61-
YUV184.27120.51126.38-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 33.64%
GREEN value IS 188 (73.83% from 255) = 34.75%
BLUE value IS 171 (67.19% from 255) = 31.61%
R=33.64%
G=34.75%
B=31.61%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1821881710.0300.090.2681.1811.2670.39
HexB6BCAB3091A51b46
Octal26627425330113212113106
Binary101101101011110010101011110100111010101000110111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6BCAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6BCAB; }

 p { color: rgb(182,188,171); }

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

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

 a { background-color: rgb(182,188,171); }

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

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

 span { border-color: rgb(182,188,171); }

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