#B3BCA9

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

Shades of Tasman #B3BCA9

Tints of Tasman #B3BCA9

Color information

#B3BCA9 (or 0xB3BCA9) is unknown color: approx Tasman. HEX triplet: B3, BC and A9. RGB value is (179,188,169). Sum of RGB (Red+Green+Blue) = 179+188+169=536 (70% of max value = 765). Red value is 179 (70.31% from 255 or 33.40% from 536); Green value is 188 (73.83% from 255 or 35.07% from 536); Blue value is 169 (66.41% from 255 or 31.53% from 536); Max value from RGB is 188 - color contains mainly: green. Hex color #B3BCA9 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B3BCA9 is #4C4356. Grayscale: #B7B7B7. Windows color (decimal): -4997975 or 11123891. OLE color: 11123891.

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

Color convert

RGB179188169-
CMYK0.0500.100.26
HSL88.42º12.42%70%-
HSV(B)88.42º10.11%73.73%-
XYZ43.7448.4144.58-
YUV183.14120.02125.04-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 33.40%
GREEN value IS 188 (73.83% from 255) = 35.07%
BLUE value IS 169 (66.41% from 255) = 31.53%
R=33.40%
G=35.07%
B=31.53%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1791881690.0500.100.2688.4212.4270
HexB3BCA950A1A58c46
Octal26327425150123213014106
Binary1011001110111100101010011010101011010101100011001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3BCA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3BCA9; }

 p { color: rgb(179,188,169); }

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

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

 a { background-color: rgb(179,188,169); }

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

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

 span { border-color: rgb(179,188,169); }

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