#BABCB5

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

Shades of Tasman #BABCB5

Tints of Tasman #BABCB5

Color information

#BABCB5 (or 0xBABCB5) is unknown color: approx Tasman. HEX triplet: BA, BC and B5. RGB value is (186,188,181). Sum of RGB (Red+Green+Blue) = 186+188+181=555 (73% of max value = 765). Red value is 186 (73.05% from 255 or 33.51% from 555); Green value is 188 (73.83% from 255 or 33.87% from 555); Blue value is 181 (71.09% from 255 or 32.61% from 555); Max value from RGB is 188 - color contains mainly: green. Hex color #BABCB5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BABCB5 is #45434A. Grayscale: #BABABA. Windows color (decimal): -4539211 or 11910330. OLE color: 11910330.

HSL color Cylindrical-coordinate representation of color #BABCB5: hue angle of 77.14º degrees, saturation: 0.05, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #BABCB5 is Cyan = 0.01, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.26.

Color convert

RGB186188181-
CMYK0.0100.040.26
HSL77.14º4.96%72.35%-
HSV(B)77.14º3.72%73.73%-
XYZ46.5749.7450.86-
YUV186.6124.84127.57-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 33.51%
GREEN value IS 188 (73.83% from 255) = 33.87%
BLUE value IS 181 (71.09% from 255) = 32.61%
R=33.51%
G=33.87%
B=32.61%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1861881810.0100.040.2677.144.9672.35
HexBABCB51041A4d548
Octal272274265104321155110
Binary101110101011110010110101101001101010011011011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BABCB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BABCB5; }

 p { color: rgb(186,188,181); }

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

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

 a { background-color: rgb(186,188,181); }

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

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

 span { border-color: rgb(186,188,181); }

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