#B4BDAB

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

Shades of Tasman #B4BDAB

Tints of Tasman #B4BDAB

Color information

#B4BDAB (or 0xB4BDAB) is unknown color: approx Tasman. HEX triplet: B4, BD and AB. RGB value is (180,189,171). Sum of RGB (Red+Green+Blue) = 180+189+171=540 (71% of max value = 765). Red value is 180 (70.70% from 255 or 33.33% from 540); Green value is 189 (74.22% from 255 or 35% from 540); Blue value is 171 (67.19% from 255 or 31.67% from 540); Max value from RGB is 189 - color contains mainly: green. Hex color #B4BDAB is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B4BDAB is #4B4254. Grayscale: #B8B8B8. Windows color (decimal): -4932181 or 11255220. OLE color: 11255220.

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

Color convert

RGB180189171-
CMYK0.0500.100.26
HSL90º12%70.59%-
HSV(B)90º9.52%74.12%-
XYZ44.3749.0445.65-
YUV184.26120.52124.96-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 33.33%
GREEN value IS 189 (74.22% from 255) = 35%
BLUE value IS 171 (67.19% from 255) = 31.67%
R=33.33%
G=35%
B=31.67%

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
Decimal1801891710.0500.100.26901270.59
HexB4BDAB50A1A5ac47
Octal26427525350123213214107
Binary1011010010111101101010111010101011010101101011001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4BDAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4BDAB; }

 p { color: rgb(180,189,171); }

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

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

 a { background-color: rgb(180,189,171); }

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

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

 span { border-color: rgb(180,189,171); }

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