#B9C2AF

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

Shades of Tasman #B9C2AF

Tints of Tasman #B9C2AF

Color information

#B9C2AF (or 0xB9C2AF) is unknown color: approx Tasman. HEX triplet: B9, C2 and AF. RGB value is (185,194,175). Sum of RGB (Red+Green+Blue) = 185+194+175=554 (73% of max value = 765). Red value is 185 (72.66% from 255 or 33.39% from 554); Green value is 194 (76.17% from 255 or 35.02% from 554); Blue value is 175 (68.75% from 255 or 31.59% from 554); Max value from RGB is 194 - color contains mainly: green. Hex color #B9C2AF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B9C2AF is #463D50. Grayscale: #BDBDBD. Windows color (decimal): -4603217 or 11518649. OLE color: 11518649.

HSL color Cylindrical-coordinate representation of color #B9C2AF: hue angle of 88.42º degrees, saturation: 0.13, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #B9C2AF is Cyan = 0.05, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.24.

Color convert

RGB185194175-
CMYK0.0500.100.24
HSL88.42º13.48%72.35%-
HSV(B)88.42º9.79%76.08%-
XYZ47.0451.9948.11-
YUV189.14120.02125.04-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 33.39%
GREEN value IS 194 (76.17% from 255) = 35.02%
BLUE value IS 175 (68.75% from 255) = 31.59%
R=33.39%
G=35.02%
B=31.59%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1851941750.0500.100.2488.4213.4872.35
HexB9C2AF50A1858d48
Octal27130225750123013015110
Binary1011100111000010101011111010101011000101100011011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9C2AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9C2AF; }

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

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

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

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

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

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

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

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