#B6BFA9

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

Shades of Tasman #B6BFA9

Tints of Tasman #B6BFA9

Color information

#B6BFA9 (or 0xB6BFA9) is unknown color: approx Tasman. HEX triplet: B6, BF and A9. RGB value is (182,191,169). Sum of RGB (Red+Green+Blue) = 182+191+169=542 (71% of max value = 765). Red value is 182 (71.48% from 255 or 33.58% from 542); Green value is 191 (75% from 255 or 35.24% from 542); Blue value is 169 (66.41% from 255 or 31.18% from 542); Max value from RGB is 191 - color contains mainly: green. Hex color #B6BFA9 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B6BFA9 is #494056. Grayscale: #B9B9B9. Windows color (decimal): -4800599 or 11124662. OLE color: 11124662.

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

Color convert

RGB182191169-
CMYK0.0500.120.25
HSL84.55º14.67%70.59%-
HSV(B)84.55º11.52%74.9%-
XYZ45.0850.0744.82-
YUV185.8118.52125.29-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 33.58%
GREEN value IS 191 (75% from 255) = 35.24%
BLUE value IS 169 (66.41% from 255) = 31.18%
R=33.58%
G=35.24%
B=31.18%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1821911690.0500.120.2584.5514.6770.59
HexB6BFA950C1955f47
Octal26627725150143112517107
Binary1011011010111111101010011010110011001101010111111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6BFA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6BFA9; }

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

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

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

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

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

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

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

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