#B9BFAD

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

Shades of Tasman #B9BFAD

Tints of Tasman #B9BFAD

Color information

#B9BFAD (or 0xB9BFAD) is unknown color: approx Tasman. HEX triplet: B9, BF and AD. RGB value is (185,191,173). Sum of RGB (Red+Green+Blue) = 185+191+173=549 (72% of max value = 765). Red value is 185 (72.66% from 255 or 33.70% from 549); Green value is 191 (75% from 255 or 34.79% from 549); Blue value is 173 (67.97% from 255 or 31.51% from 549); Max value from RGB is 191 - color contains mainly: green. Hex color #B9BFAD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B9BFAD is #464052. Grayscale: #BBBBBB. Windows color (decimal): -4603987 or 11386809. OLE color: 11386809.

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

Color convert

RGB185191173-
CMYK0.0300.090.25
HSL80º12.33%71.37%-
HSV(B)80º9.42%74.9%-
XYZ46.1850.5946.87-
YUV187.15120.01126.46-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 33.70%
GREEN value IS 191 (75% from 255) = 34.79%
BLUE value IS 173 (67.97% from 255) = 31.51%
R=33.70%
G=34.79%
B=31.51%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1851911730.0300.090.258012.3371.37
HexB9BFAD3091950c47
Octal27127725530113112014107
Binary101110011011111110101101110100111001101000011001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9BFAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9BFAD; }

 p { color: rgb(185,191,173); }

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

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

 a { background-color: rgb(185,191,173); }

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

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

 span { border-color: rgb(185,191,173); }

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