#BABDB6

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

Shades of Tasman #BABDB6

Tints of Tasman #BABDB6

Color information

#BABDB6 (or 0xBABDB6) is unknown color: approx Tasman. HEX triplet: BA, BD and B6. RGB value is (186,189,182). Sum of RGB (Red+Green+Blue) = 186+189+182=557 (73% of max value = 765). Red value is 186 (73.05% from 255 or 33.39% from 557); Green value is 189 (74.22% from 255 or 33.93% from 557); Blue value is 182 (71.48% from 255 or 32.68% from 557); Max value from RGB is 189 - color contains mainly: green. Hex color #BABDB6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BABDB6 is #454249. Grayscale: #BBBBBB. Windows color (decimal): -4538954 or 11976122. OLE color: 11976122.

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

Color convert

RGB186189182-
CMYK0.0200.040.26
HSL85.71º5.04%72.75%-
HSV(B)85.71º3.7%74.12%-
XYZ46.8950.2151.48-
YUV187.3125.01127.07-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 33.39%
GREEN value IS 189 (74.22% from 255) = 33.93%
BLUE value IS 182 (71.48% from 255) = 32.68%
R=33.39%
G=33.93%
B=32.68%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1861891820.0200.040.2685.715.0472.75
HexBABDB62041A56549
Octal272275266204321265111
Binary1011101010111101101101101001001101010101101011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BABDB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BABDB6; }

 p { color: rgb(186,189,182); }

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

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

 a { background-color: rgb(186,189,182); }

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

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

 span { border-color: rgb(186,189,182); }

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