#B4BBAD

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

Shades of Tasman #B4BBAD

Tints of Tasman #B4BBAD

Color information

#B4BBAD (or 0xB4BBAD) is unknown color: approx Tasman. HEX triplet: B4, BB and AD. RGB value is (180,187,173). Sum of RGB (Red+Green+Blue) = 180+187+173=540 (71% of max value = 765). Red value is 180 (70.70% from 255 or 33.33% from 540); Green value is 187 (73.44% from 255 or 34.63% from 540); Blue value is 173 (67.97% from 255 or 32.04% from 540); Max value from RGB is 187 - color contains mainly: green. Hex color #B4BBAD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B4BBAD is #4B4452. Grayscale: #B7B7B7. Windows color (decimal): -4932691 or 11385780. OLE color: 11385780.

HSL color Cylindrical-coordinate representation of color #B4BBAD: hue angle of 90º degrees, saturation: 0.09, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #B4BBAD is Cyan = 0.04, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.27.

Color convert

RGB180187173-
CMYK0.0400.070.27
HSL90º9.33%70.59%-
HSV(B)90º7.49%73.33%-
XYZ44.1448.2646.52-
YUV183.31122.18125.64-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 33.33%
GREEN value IS 187 (73.44% from 255) = 34.63%
BLUE value IS 173 (67.97% from 255) = 32.04%
R=33.33%
G=34.63%
B=32.04%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1801871730.0400.070.27909.3370.59
HexB4BBAD4071B5a947
Octal2642732554073313211107
Binary101101001011101110101101100011111011101101010011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4BBAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4BBAD; }

 p { color: rgb(180,187,173); }

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

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

 a { background-color: rgb(180,187,173); }

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

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

 span { border-color: rgb(180,187,173); }

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