#B8BAB3

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

Shades of Tasman #B8BAB3

Tints of Tasman #B8BAB3

Color information

#B8BAB3 (or 0xB8BAB3) is unknown color: approx Tasman. HEX triplet: B8, BA and B3. RGB value is (184,186,179). Sum of RGB (Red+Green+Blue) = 184+186+179=549 (72% of max value = 765). Red value is 184 (72.27% from 255 or 33.52% from 549); Green value is 186 (73.05% from 255 or 33.88% from 549); Blue value is 179 (70.31% from 255 or 32.60% from 549); Max value from RGB is 186 - color contains mainly: green. Hex color #B8BAB3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B8BAB3 is #47454C. Grayscale: #B8B8B8. Windows color (decimal): -4670797 or 11778744. OLE color: 11778744.

HSL color Cylindrical-coordinate representation of color #B8BAB3: hue angle of 77.14º degrees, saturation: 0.05, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #B8BAB3 is Cyan = 0.01, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.27.

Color convert

RGB184186179-
CMYK0.0100.040.27
HSL77.14º4.83%71.57%-
HSV(B)77.14º3.76%72.94%-
XYZ45.4648.5649.63-
YUV184.6124.84127.57-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 33.52%
GREEN value IS 186 (73.05% from 255) = 33.88%
BLUE value IS 179 (70.31% from 255) = 32.60%
R=33.52%
G=33.88%
B=32.60%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1841861790.0100.040.2777.144.8371.57
HexB8BAB31041B4d548
Octal270272263104331155110
Binary101110001011101010110011101001101110011011011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8BAB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8BAB3; }

 p { color: rgb(184,186,179); }

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

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

 a { background-color: rgb(184,186,179); }

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

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

 span { border-color: rgb(184,186,179); }

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