#B9C3AD

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

Shades of Tasman #B9C3AD

Tints of Tasman #B9C3AD

Color information

#B9C3AD (or 0xB9C3AD) is unknown color: approx Tasman. HEX triplet: B9, C3 and AD. RGB value is (185,195,173). Sum of RGB (Red+Green+Blue) = 185+195+173=553 (73% of max value = 765). Red value is 185 (72.66% from 255 or 33.45% from 553); Green value is 195 (76.56% from 255 or 35.26% from 553); Blue value is 173 (67.97% from 255 or 31.28% from 553); Max value from RGB is 195 - color contains mainly: green. Hex color #B9C3AD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B9C3AD is #463C52. Grayscale: #BDBDBD. Windows color (decimal): -4602963 or 11387833. OLE color: 11387833.

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

Color convert

RGB185195173-
CMYK0.0500.110.24
HSL87.27º15.49%72.16%-
HSV(B)87.27º11.28%76.47%-
XYZ47.0752.3647.16-
YUV189.5118.69124.79-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 33.45%
GREEN value IS 195 (76.56% from 255) = 35.26%
BLUE value IS 173 (67.97% from 255) = 31.28%
R=33.45%
G=35.26%
B=31.28%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1851951730.0500.110.2487.2715.4972.16
HexB9C3AD50B1857f48
Octal27130325550133012717110
Binary1011100111000011101011011010101111000101011111111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9C3AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9C3AD; }

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

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

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

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

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

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

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

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