#B4BCA9

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

Shades of Tasman #B4BCA9

Tints of Tasman #B4BCA9

Color information

#B4BCA9 (or 0xB4BCA9) is unknown color: approx Tasman. HEX triplet: B4, BC and A9. RGB value is (180,188,169). Sum of RGB (Red+Green+Blue) = 180+188+169=537 (71% of max value = 765). Red value is 180 (70.70% from 255 or 33.52% from 537); Green value is 188 (73.83% from 255 or 35.01% from 537); Blue value is 169 (66.41% from 255 or 31.47% from 537); Max value from RGB is 188 - color contains mainly: green. Hex color #B4BCA9 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B4BCA9 is #4B4356. Grayscale: #B7B7B7. Windows color (decimal): -4932439 or 11123892. OLE color: 11123892.

HSL color Cylindrical-coordinate representation of color #B4BCA9: hue angle of 85.26º 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 #B4BCA9 is Cyan = 0.04, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.26.

Color convert

RGB180188169-
CMYK0.0400.100.26
HSL85.26º12.42%70%-
HSV(B)85.26º10.11%73.73%-
XYZ43.9748.5344.59-
YUV183.44119.85125.54-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 33.52%
GREEN value IS 188 (73.83% from 255) = 35.01%
BLUE value IS 169 (66.41% from 255) = 31.47%
R=33.52%
G=35.01%
B=31.47%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1801881690.0400.100.2685.2612.4270
HexB4BCA940A1A55c46
Octal26427425140123212514106
Binary1011010010111100101010011000101011010101010111001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4BCA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4BCA9; }

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

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

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

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

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

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

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

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