#B6C0A9

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

Shades of Tasman #B6C0A9

Tints of Tasman #B6C0A9

Color information

#B6C0A9 (or 0xB6C0A9) is unknown color: approx Tasman. HEX triplet: B6, C0 and A9. RGB value is (182,192,169). Sum of RGB (Red+Green+Blue) = 182+192+169=543 (71% of max value = 765). Red value is 182 (71.48% from 255 or 33.52% from 543); Green value is 192 (75.39% from 255 or 35.36% from 543); Blue value is 169 (66.41% from 255 or 31.12% from 543); Max value from RGB is 192 - color contains mainly: green. Hex color #B6C0A9 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B6C0A9 is #493F56. Grayscale: #BABABA. Windows color (decimal): -4800343 or 11124918. OLE color: 11124918.

HSL color Cylindrical-coordinate representation of color #B6C0A9: hue angle of 86.09º 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 #B6C0A9 is Cyan = 0.05, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.25.

Color convert

RGB182192169-
CMYK0.0500.120.25
HSL86.09º15.44%70.78%-
HSV(B)86.09º11.98%75.29%-
XYZ45.350.5144.9-
YUV186.39118.19124.87-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 33.52%
GREEN value IS 192 (75.39% from 255) = 35.36%
BLUE value IS 169 (66.41% from 255) = 31.12%
R=33.52%
G=35.36%
B=31.12%

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
Decimal1821921690.0500.120.2586.0915.4470.78
HexB6C0A950C1956f47
Octal26630025150143112617107
Binary1011011011000000101010011010110011001101011011111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6C0A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6C0A9; }

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

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

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

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

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

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

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

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