#B4BBAB

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

Shades of Tasman #B4BBAB

Tints of Tasman #B4BBAB

Color information

#B4BBAB (or 0xB4BBAB) is unknown color: approx Tasman. HEX triplet: B4, BB and AB. RGB value is (180,187,171). Sum of RGB (Red+Green+Blue) = 180+187+171=538 (71% of max value = 765). Red value is 180 (70.70% from 255 or 33.46% from 538); Green value is 187 (73.44% from 255 or 34.76% from 538); Blue value is 171 (67.19% from 255 or 31.78% from 538); Max value from RGB is 187 - color contains mainly: green. Hex color #B4BBAB is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B4BBAB is #4B4454. Grayscale: #B7B7B7. Windows color (decimal): -4932693 or 11254708. OLE color: 11254708.

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

Color convert

RGB180187171-
CMYK0.0400.090.27
HSL86.25º10.53%70.2%-
HSV(B)86.25º8.56%73.33%-
XYZ43.9448.1845.51-
YUV183.08121.18125.8-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 33.46%
GREEN value IS 187 (73.44% from 255) = 34.76%
BLUE value IS 171 (67.19% from 255) = 31.78%
R=33.46%
G=34.76%
B=31.78%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1801871710.0400.090.2786.2510.5370.2
HexB4BBAB4091B56b46
Octal26427325340113312613106
Binary1011010010111011101010111000100111011101011010111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4BBAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4BBAB; }

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

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

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

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

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

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

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

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