#B6BEAD

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

Shades of Tasman #B6BEAD

Tints of Tasman #B6BEAD

Color information

#B6BEAD (or 0xB6BEAD) is unknown color: approx Tasman. HEX triplet: B6, BE and AD. RGB value is (182,190,173). Sum of RGB (Red+Green+Blue) = 182+190+173=545 (72% of max value = 765). Red value is 182 (71.48% from 255 or 33.39% from 545); Green value is 190 (74.61% from 255 or 34.86% from 545); Blue value is 173 (67.97% from 255 or 31.74% from 545); Max value from RGB is 190 - color contains mainly: green. Hex color #B6BEAD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B6BEAD is #494152. Grayscale: #B9B9B9. Windows color (decimal): -4800851 or 11386550. OLE color: 11386550.

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

Color convert

RGB182190173-
CMYK0.0400.090.25
HSL88.24º11.56%71.18%-
HSV(B)88.24º8.95%74.51%-
XYZ45.2549.7946.76-
YUV185.67120.85125.38-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 33.39%
GREEN value IS 190 (74.61% from 255) = 34.86%
BLUE value IS 173 (67.97% from 255) = 31.74%
R=33.39%
G=34.86%
B=31.74%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1821901730.0400.090.2588.2411.5671.18
HexB6BEAD4091958c47
Octal26627625540113113014107
Binary1011011010111110101011011000100111001101100011001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6BEAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6BEAD; }

 p { color: rgb(182,190,173); }

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

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

 a { background-color: rgb(182,190,173); }

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

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

 span { border-color: rgb(182,190,173); }

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