#B9C1B0

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

Shades of Tasman #B9C1B0

Tints of Tasman #B9C1B0

Color information

#B9C1B0 (or 0xB9C1B0) is unknown color: approx Tasman. HEX triplet: B9, C1 and B0. RGB value is (185,193,176). Sum of RGB (Red+Green+Blue) = 185+193+176=554 (73% of max value = 765). Red value is 185 (72.66% from 255 or 33.39% from 554); Green value is 193 (75.78% from 255 or 34.84% from 554); Blue value is 176 (69.14% from 255 or 31.77% from 554); Max value from RGB is 193 - color contains mainly: green. Hex color #B9C1B0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B9C1B0 is #463E4F. Grayscale: #BCBCBC. Windows color (decimal): -4603472 or 11583929. OLE color: 11583929.

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

Color convert

RGB185193176-
CMYK0.0400.090.24
HSL88.24º12.06%72.35%-
HSV(B)88.24º8.81%75.69%-
XYZ46.9151.5948.56-
YUV188.67120.85125.38-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 33.39%
GREEN value IS 193 (75.78% from 255) = 34.84%
BLUE value IS 176 (69.14% from 255) = 31.77%
R=33.39%
G=34.84%
B=31.77%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1851931760.0400.090.2488.2412.0672.35
HexB9C1B04091858c48
Octal27130126040113013014110
Binary1011100111000001101100001000100111000101100011001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9C1B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9C1B0; }

 p { color: rgb(185,193,176); }

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

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

 a { background-color: rgb(185,193,176); }

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

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

 span { border-color: rgb(185,193,176); }

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