#B6BFAA

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

Shades of Tasman #B6BFAA

Tints of Tasman #B6BFAA

Color information

#B6BFAA (or 0xB6BFAA) is unknown color: approx Tasman. HEX triplet: B6, BF and AA. RGB value is (182,191,170). Sum of RGB (Red+Green+Blue) = 182+191+170=543 (71% of max value = 765). Red value is 182 (71.48% from 255 or 33.52% from 543); Green value is 191 (75% from 255 or 35.17% from 543); Blue value is 170 (66.80% from 255 or 31.31% from 543); Max value from RGB is 191 - color contains mainly: green. Hex color #B6BFAA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B6BFAA is #494055. Grayscale: #B9B9B9. Windows color (decimal): -4800598 or 11190198. OLE color: 11190198.

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

Color convert

RGB182191170-
CMYK0.0500.110.25
HSL85.71º14.09%70.78%-
HSV(B)85.71º10.99%74.9%-
XYZ45.1850.1145.32-
YUV185.92119.02125.21-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 33.52%
GREEN value IS 191 (75% from 255) = 35.17%
BLUE value IS 170 (66.80% from 255) = 31.31%
R=33.52%
G=35.17%
B=31.31%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1821911700.0500.110.2585.7114.0970.78
HexB6BFAA50B1956e47
Octal26627725250133112616107
Binary1011011010111111101010101010101111001101011011101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6BFAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6BFAA; }

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

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

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

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

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

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

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

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