#B9BFAF

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

Shades of Tasman #B9BFAF

Tints of Tasman #B9BFAF

Color information

#B9BFAF (or 0xB9BFAF) is unknown color: approx Tasman. HEX triplet: B9, BF and AF. RGB value is (185,191,175). Sum of RGB (Red+Green+Blue) = 185+191+175=551 (72% of max value = 765). Red value is 185 (72.66% from 255 or 33.58% from 551); Green value is 191 (75% from 255 or 34.66% from 551); Blue value is 175 (68.75% from 255 or 31.76% from 551); Max value from RGB is 191 - color contains mainly: green. Hex color #B9BFAF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B9BFAF is #464050. Grayscale: #BBBBBB. Windows color (decimal): -4603985 or 11517881. OLE color: 11517881.

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

Color convert

RGB185191175-
CMYK0.0300.080.25
HSL82.5º11.11%71.76%-
HSV(B)82.5º8.38%74.9%-
XYZ46.3850.6747.89-
YUV187.38121.01126.3-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 33.58%
GREEN value IS 191 (75% from 255) = 34.66%
BLUE value IS 175 (68.75% from 255) = 31.76%
R=33.58%
G=34.66%
B=31.76%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1851911750.0300.080.2582.511.1171.76
HexB9BFAF3081952b48
Octal27127725730103112213110
Binary101110011011111110101111110100011001101001010111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9BFAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9BFAF; }

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

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

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

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

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

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

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

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